diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-08-09 12:44:08 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-08-09 12:44:08 +0000 |
commit | 4f215581e590a09829a75c655147abf52d697d86 (patch) | |
tree | f6c67448c4b98b1f49e89826f451f51de027b1e5 /pcidev.c | |
parent | 43f36453692733b5eb640a34ace29926dc61a3b1 (diff) | |
download | flashrom-4f215581e590a09829a75c655147abf52d697d86.zip flashrom-4f215581e590a09829a75c655147abf52d697d86.tar.gz |
Remove unnecessary #include files
Serprog compilation is now controlled by a Makefile variable.
Replace munmap with physunmap where appropriate.
Corresponding to flashrom svn r671.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'pcidev.c')
-rw-r--r-- | pcidev.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -20,10 +20,7 @@ #include <stdlib.h> #include <string.h> -#include <fcntl.h> #include <sys/types.h> -#include <sys/stat.h> -#include <errno.h> #include "flash.h" uint32_t io_base_addr; |