From 2104092b713e81cae64d688290eca449924d292f Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Fri, 19 Mar 2021 16:42:45 -0600 Subject: driver: ln9310: move ln9310.h header to include/ Move driver/ln9310.h to include/driver/ln9310.h so this header can be readily included from Zephyr builds. BUG=b:183054226 BRANCH=none TEST=buildall Signed-off-by: Jack Rosenthal Change-Id: I47c1d8dc8af90c690639ef1621cc66a9946ba40b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2776220 Reviewed-by: Simon Glass Reviewed-by: Wai-Hong Tam --- board/lazor/board.c | 2 +- board/lazor/switchcap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'board/lazor') diff --git a/board/lazor/board.c b/board/lazor/board.c index 9e72e39cd9..dbd402b0c8 100644 --- a/board/lazor/board.c +++ b/board/lazor/board.c @@ -17,6 +17,7 @@ #include "driver/accelgyro_icm426xx.h" #include "driver/accel_kionix.h" #include "driver/accel_kx022.h" +#include "driver/ln9310.h" #include "driver/ppc/sn5s330.h" #include "driver/tcpm/ps8xxx.h" #include "driver/tcpm/tcpci.h" @@ -24,7 +25,6 @@ #include "hooks.h" #include "keyboard_scan.h" #include "lid_switch.h" -#include "ln9310.h" #include "pi3usb9201.h" #include "power.h" #include "power/sc7180.h" diff --git a/board/lazor/switchcap.c b/board/lazor/switchcap.c index d00e973961..3d5255791c 100644 --- a/board/lazor/switchcap.c +++ b/board/lazor/switchcap.c @@ -6,10 +6,10 @@ #include "common.h" #include "config.h" #include "console.h" +#include "driver/ln9310.h" #include "gpio.h" #include "hooks.h" #include "i2c.h" -#include "ln9310.h" #include "power/sc7180.h" #include "system.h" -- cgit v1.2.1