mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
UART: Remove unused uart.h header includes
Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: Ife068807f79f6435292643c49afa1a9a30ae7080 Reviewed-on: https://chromium-review.googlesource.com/296733 Commit-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include "hooks.h"
|
||||
#include "hwtimer.h"
|
||||
#include "system.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "system.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "panic.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
typedef union {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "panic.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
void __keep watchdog_trace(uint32_t excep_lr, uint32_t excep_sp)
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "system.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "panic.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
typedef union {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "panic.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
void watchdog_trace(uint32_t excep_lr, uint32_t excep_sp)
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "system.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
void report_panic(uint32_t *regs, uint32_t itype)
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "link_defs.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
typedef union {
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "system.h"
|
||||
#include "timer.h"
|
||||
#include "ina2xx.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
/* Console output macros */
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "i2c.h"
|
||||
#include "lp5562.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
/* 8-bit I2C address */
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "hooks.h"
|
||||
#include "i2c.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
/* Console output macros */
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "system.h"
|
||||
#include "timer.h"
|
||||
#include "tsu6721.h"
|
||||
#include "uart.h"
|
||||
#include "util.h"
|
||||
|
||||
/* Console output macros */
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "powerdemo.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
#include "uart.h"
|
||||
#include "registers.h"
|
||||
|
||||
static volatile enum {
|
||||
|
||||
Reference in New Issue
Block a user