summaryrefslogtreecommitdiff
path: root/include/adc.h
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 /include/adc.h
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 'include/adc.h')
-rw-r--r--include/adc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/adc.h b/include/adc.h
index 3288e90445..5ce79d172e 100644
--- a/include/adc.h
+++ b/include/adc.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,7 +10,6 @@
#include "common.h"
#include "board.h"
-#include "gpio.h"
/* forward declaration */
enum adc_channel;