summaryrefslogtreecommitdiff
path: root/physmap.c
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-06 02:56:44 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-06 02:56:44 +0000
commit6f55af8f3e28ce97c7c4c86be3e169bdc3891a39 (patch)
treed8bb91fbf705263eccba22046515c5208a115acb /physmap.c
parent0e870867ca998ea13bbe6af4bb874cdcb53ae103 (diff)
downloadflashrom-6f55af8f3e28ce97c7c4c86be3e169bdc3891a39.tar.gz
Remove duplicate includes from the code.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'physmap.c')
-rw-r--r--physmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/physmap.c b/physmap.c
index d5948ae..4641e8e 100644
--- a/physmap.c
+++ b/physmap.c
@@ -22,7 +22,6 @@
#include <unistd.h>
#include <stdio.h>
-#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include "flash.h"
@@ -135,8 +134,6 @@ void cleanup_cpu_msr(void)
}
#elif defined(__DARWIN__)
-#include <DirectIO/darwinio.h>
-
#define MEM_DEV "DirectIO"
static void *sys_physmap(unsigned long phys_addr, size_t len)