diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-10-06 02:56:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2010-10-06 02:56:44 +0000 |
commit | 18430a08aa144ee4bb5c5192970f2327a18d1ef9 (patch) | |
tree | d8bb91fbf705263eccba22046515c5208a115acb /physmap.c | |
parent | 602de9829cc730e3fbc401297419e9acdfb0fe83 (diff) | |
download | ast2050-flashrom-18430a08aa144ee4bb5c5192970f2327a18d1ef9.zip ast2050-flashrom-18430a08aa144ee4bb5c5192970f2327a18d1ef9.tar.gz |
Remove duplicate includes from the code
Corresponding to flashrom svn r1196.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'physmap.c')
-rw-r--r-- | physmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |