summaryrefslogtreecommitdiff
path: root/chip/lm4/adc.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-03-16 13:56:59 -0700
committerRandall Spangler <rspangler@chromium.org>2012-03-16 14:02:59 -0700
commite68844824b078df55c8ee19aec5d4b685d4898f5 (patch)
tree73d24a9f26b9665847904470036fcb19fdcc0e57 /chip/lm4/adc.c
parenta9f4794edb0a7db06b34bf344809db4393e679ac (diff)
downloadchrome-ec-e68844824b078df55c8ee19aec5d4b685d4898f5.tar.gz
Clean up chip/board configs for LM4
Board-specific features like lightbar should be config'd at the board level, not at the chip level. BUG=none TEST=build link, bds, daisy Change-Id: If1df2ca0422f7b8bdc172d0df7bd9f6a1af6a9d2 Signed-off-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip/lm4/adc.c')
-rw-r--r--chip/lm4/adc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/lm4/adc.c b/chip/lm4/adc.c
index 2c08b9d25c..ad2080eb94 100644
--- a/chip/lm4/adc.c
+++ b/chip/lm4/adc.c
@@ -7,6 +7,7 @@
#include "adc.h"
#include "console.h"
+#include "gpio.h"
#include "lm4_adc.h"
#include "registers.h"
#include "timer.h"