summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/src/usbc.c
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-12-11 15:06:17 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-13 04:43:21 +0000
commit802a90e2e991129c0d9ff2b4b1d8f6bd36f0a492 (patch)
treee3d1337c6a89e4ba8f875c9c8b19c1d392d57a93 /zephyr/program/corsola/src/usbc.c
parentd49c205fd2e300ba2a926a714e9a48773c4d2370 (diff)
downloadchrome-ec-802a90e2e991129c0d9ff2b4b1d8f6bd36f0a492.tar.gz
corsola: headers clean up
Drop unnecessary headers. BUG=none TEST=zmake compare-builds \ $(find zephyr/program/corsola/ -type f -name project.overlay \ | sed -r 's|/[^/]+$||' | sed -r 's|^.+/||') BRANCH=corsola Change-Id: I45e1a8ac51f6a8dee9488b2d2845422a4fa90652 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4095602 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/program/corsola/src/usbc.c')
-rw-r--r--zephyr/program/corsola/src/usbc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/zephyr/program/corsola/src/usbc.c b/zephyr/program/corsola/src/usbc.c
index 93eb72a48f..b95b69edf5 100644
--- a/zephyr/program/corsola/src/usbc.c
+++ b/zephyr/program/corsola/src/usbc.c
@@ -5,26 +5,13 @@
/* Corsola baseboard-specific USB-C configuration */
-#include "adc.h"
#include "baseboard_usbc_config.h"
-#include "button.h"
#include "charge_state_v2.h"
-#include "charger.h"
#include "console.h"
#include "ec_commands.h"
#include "extpower.h"
#include "gpio/gpio_int.h"
#include "hooks.h"
-#include "i2c.h"
-#include "lid_switch.h"
-#include "power.h"
-#include "power_button.h"
-#include "ppc/syv682x_public.h"
-#include "spi.h"
-#include "switch.h"
-#include "tablet_mode.h"
-#include "task.h"
-#include "uart.h"
#include "usb_charge.h"
#include "usb_mux.h"
#include "usb_pd_tcpm.h"