mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 10:31:02 +00:00
Remove unused uart.h includes
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=none Change-Id: I8f9c6e67427a5c7f2c42754b421db44504f9c10d
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "flash.h"
|
||||
#include "registers.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "registers.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include "spi.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "flash.h"
|
||||
#include "gpio.h"
|
||||
#include "registers.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
#define PERSIST_STATE_VERSION 1
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#include "hooks.h"
|
||||
#include "link_defs.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
struct hook_ptrs {
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include "system.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
#include "x86_power.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "task.h"
|
||||
#include "temp_sensor.h"
|
||||
#include "tmp006.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
/* Defined in board_temp_sensor.c. */
|
||||
|
||||
Reference in New Issue
Block a user