summaryrefslogtreecommitdiff
path: root/sb600spi.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-08-09 12:44:08 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-08-09 12:44:08 +0000
commit208860628c8e425fba4210993ed0f6f26d190d2b (patch)
treef6c67448c4b98b1f49e89826f451f51de027b1e5 /sb600spi.c
parent90e95c4c52828b43f5a494c158c0dfd2e31a42d2 (diff)
downloadflashrom-208860628c8e425fba4210993ed0f6f26d190d2b.tar.gz
Remove unnecessary #include files.
Serprog compilation is now controlled by a Makefile variable. Replace munmap with physunmap where appropriate. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 2088b08..5f2cf98 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -21,7 +21,6 @@
*/
#include <string.h>
-#include <sys/mman.h>
#include "flash.h"
#include "spi.h"