diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-15 18:00:25 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:21 -0500 |
commit | bc0009ebc639d33e15b38b55204cd1532cd5a6c0 (patch) | |
tree | 53aab9be534e16e701d902a3e9fd33a39f0af2c6 /board/evb64260/serial.c | |
parent | 347d06dec43e2e6ca50f975d5472072a977c528f (diff) |
board: delete meaningless serial.h
Delete some serial.h files, whole code in which is surrounded by
#if 0 ... #endif
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/evb64260/serial.c')
-rw-r--r-- | board/evb64260/serial.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/evb64260/serial.c b/board/evb64260/serial.c index 3081fad21a..83a421708b 100644 --- a/board/evb64260/serial.c +++ b/board/evb64260/serial.c @@ -21,8 +21,6 @@ #include <ns16550.h> #endif -#include "serial.h" - #include "mpsc.h" DECLARE_GLOBAL_DATA_PTR; |