diff options
author | Caveh Jalali <caveh@chromium.org> | 2021-08-25 17:36:22 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-08-27 01:27:39 +0000 |
commit | 61eb74b2ebe6c246d0d16caac9472ad880bf71fe (patch) | |
tree | fdff3ebf42edb59c1ce26eeaf907eb2246e0c004 /board/helios | |
parent | 72c280f5e56e127cdd50301cc8b62111c01964fd (diff) | |
download | chrome-ec-61eb74b2ebe6c246d0d16caac9472ad880bf71fe.tar.gz |
adc: Remove adc_chip.h where adc.h is used
This removes the use of adc_chip.h where adc.h is also used. In this
case, adc_chip.h is redundant.
BRANCH=none
BUG=b:181271666
TEST=buildall passes
Change-Id: Id7baf9aef949447a4d47934242f9bae97c971262
Signed-off-by: Caveh Jalali <caveh@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3120317
Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/helios')
-rw-r--r-- | board/helios/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/helios/board.c b/board/helios/board.c index 11f2edb466..cd2fb7e798 100644 --- a/board/helios/board.c +++ b/board/helios/board.c @@ -6,7 +6,6 @@ /* Helios board-specific configuration */ #include "adc.h" -#include "adc_chip.h" #include "button.h" #include "common.h" #include "cros_board_info.h" |