summaryrefslogtreecommitdiff
path: root/util/comm-lpc.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-06-29 10:02:08 -0700
committerGerrit <chrome-bot@google.com>2012-06-29 14:16:47 -0700
commitd04f511b71ad2d8ef02d9602fd3eb683a910bd39 (patch)
tree85f0f9c0e1be9bb236e1b67d7544bab403223c63 /util/comm-lpc.c
parent7bcf881bd60537cd3eefa1d391ad13f7c838b23c (diff)
downloadchrome-ec-d04f511b71ad2d8ef02d9602fd3eb683a910bd39.tar.gz
Tidy util headers and make ec_commands.h not include other headers
In preparation for being able to copy ec_commands.h to u-boot, which is itself in preparation for u-boot picking it up from /usr/src/ec/ BUG=none TEST=make link, snow, bds Change-Id: If256434b6722ff0787ce21a8ed4c7035c28024a8 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/26451 Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Diffstat (limited to 'util/comm-lpc.c')
-rw-r--r--util/comm-lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/comm-lpc.c b/util/comm-lpc.c
index 9e296ba866..31e2cdb3a2 100644
--- a/util/comm-lpc.c
+++ b/util/comm-lpc.c
@@ -10,7 +10,6 @@
#include <unistd.h>
#include "comm-host.h"
-#include "ec_commands.h"
#define INITIAL_UDELAY 5 /* 5 us */
#define MAXIMUM_UDELAY 10000 /* 10 ms */