summaryrefslogtreecommitdiff
path: root/hwaccess.h
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 /hwaccess.h
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 'hwaccess.h')
-rw-r--r--hwaccess.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwaccess.h b/hwaccess.h
index 45629d2..9bf37f2 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -252,7 +252,6 @@ cpu_to_be(64)
#define iopl amd64_iopl
#endif
#endif
- #include <stdint.h>
static inline void outb(uint8_t value, uint16_t port)
{