summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-06-29 14:27:08 -0700
committerGerrit <chrome-bot@google.com>2012-06-29 15:01:41 -0700
commit3c3319df8b3979a4d11d2c2b14f803ef11779746 (patch)
tree2fa0ef7ede8cd7277f86691e360f5d698b130ee4 /include
parentb51386f072a555a4162971b54ca304308f316cab (diff)
downloadchrome-ec-3c3319df8b3979a4d11d2c2b14f803ef11779746.tar.gz
Remove unneeded include from ec_commands.h
BUG=none TEST=none Signed-off-by: Randall Spangler <rspangler@chromium.org> Change-Id: I3353a5a8bd31b69e60908f8a6823b71b05b022ef Reviewed-on: https://gerrit.chromium.org/gerrit/26489 Commit-Ready: Randall Spangler <rspangler@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/ec_commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index fe786cf036..719d5c1908 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -105,8 +105,6 @@
*/
#ifndef __ACPI__
-#include <stdint.h>
-
/* LPC command status byte masks */
/* EC has written a byte in the data register and host hasn't read it yet */
#define EC_LPC_STATUS_TO_HOST 0x01