summaryrefslogtreecommitdiff
path: root/util/ectool
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-27 18:48:15 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-27 18:48:15 +0000
commit2dd1ded19736b322e410eee05375446af013feb5 (patch)
treee235d4fb8af99beb26b4313b0f5608c1adb82b03 /util/ectool
parent7ac4c26177713cf2b1ada8c8d377929aedd109e4 (diff)
downloadcoreboot-2dd1ded19736b322e410eee05375446af013feb5.tar.xz
minor include cleanups
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/ectool')
-rw-r--r--util/ectool/ec.c1
-rw-r--r--util/ectool/ec.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/util/ectool/ec.c b/util/ectool/ec.c
index 233e9ba459..5bff0c2655 100644
--- a/util/ectool/ec.c
+++ b/util/ectool/ec.c
@@ -18,6 +18,7 @@
*/
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/io.h>
diff --git a/util/ectool/ec.h b/util/ectool/ec.h
index 94ddbf893b..a7b10e4324 100644
--- a/util/ectool/ec.h
+++ b/util/ectool/ec.h
@@ -20,8 +20,6 @@
#ifndef _EC_H
#define _EC_H
-#include <stdint.h>
-
#define EC_DATA 0x62
#define EC_SC 0x66