summaryrefslogtreecommitdiff
path: root/board/servo_v4
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-08-25 17:36:22 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-27 01:27:39 +0000
commit61eb74b2ebe6c246d0d16caac9472ad880bf71fe (patch)
treefdff3ebf42edb59c1ce26eeaf907eb2246e0c004 /board/servo_v4
parent72c280f5e56e127cdd50301cc8b62111c01964fd (diff)
downloadchrome-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/servo_v4')
-rw-r--r--board/servo_v4/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/servo_v4/board.c b/board/servo_v4/board.c
index 293de41acb..f4723b91f7 100644
--- a/board/servo_v4/board.c
+++ b/board/servo_v4/board.c
@@ -5,7 +5,6 @@
/* Servo V4 configuration */
#include "adc.h"
-#include "adc_chip.h"
#include "common.h"
#include "console.h"
#include "ec_version.h"