summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjames_chao <james_chao@asus.com>2015-12-30 17:09:17 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2016-01-02 18:54:21 +0000
commit3e76b0d50ab24a0b27f121877bc0d17c92cd7c6a (patch)
tree50bef25d2c21abd58cf4cd2795cdc6f16ec042f5
parentbb935cf85574655918d6f3b3298a4827e78472a0 (diff)
downloadchrome-ec-3e76b0d50ab24a0b27f121877bc0d17c92cd7c6a.tar.gz
Terra: remove unnecessary include files in board.c
BUG=None BRANCH=firmware-strago-7287.B TEST=make buildall -j Change-Id: I02de97104d2a07a9f100566873d5e389f6b2e4ed Signed-off-by: james_chao <james_chao@asus.com> Reviewed-on: https://chromium-review.googlesource.com/320032 Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/terra/board.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/terra/board.c b/board/terra/board.c
index 428d8d40e9..488d4604de 100644
--- a/board/terra/board.c
+++ b/board/terra/board.c
@@ -4,32 +4,15 @@
*/
/* Terra board-specific configuration */
-#include "adc.h"
-#include "als.h"
-#include "button.h"
-#include "charger.h"
#include "charge_state.h"
-#include "driver/accel_kxcj9.h"
-#include "driver/als_isl29035.h"
#include "driver/charger/bq24773.h"
-#include "driver/gyro_l3gd20h.h"
#include "driver/temp_sensor/tmp432.h"
#include "extpower.h"
-#include "gpio.h"
-#include "hooks.h"
-#include "host_command.h"
#include "i2c.h"
#include "lid_switch.h"
-#include "math_util.h"
-#include "motion_lid.h"
-#include "motion_sense.h"
#include "power.h"
#include "power_button.h"
-#include "pwm.h"
-#include "pwm_chip.h"
-#include "registers.h"
#include "temp_sensor.h"
-#include "temp_sensor_chip.h"
#include "thermal.h"
#include "uart.h"
#include "util.h"