From 61eb74b2ebe6c246d0d16caac9472ad880bf71fe Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Wed, 25 Aug 2021 17:36:22 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3120317 Reviewed-by: Keith Short --- board/kodama/board.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/kodama') diff --git a/board/kodama/board.c b/board/kodama/board.c index 41a2881d56..8112c880ce 100644 --- a/board/kodama/board.c +++ b/board/kodama/board.c @@ -4,7 +4,6 @@ */ #include "adc.h" -#include "adc_chip.h" #include "button.h" #include "charge_manager.h" #include "charge_ramp.h" -- cgit v1.2.1