projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81bdf6
)
dm: serial: remove bogus include <ns16550.h>
author
Masahiro Yamada
<
[email protected]
>
Fri, 20 Mar 2015 04:24:45 +0000
(13:24 +0900)
committer
Simon Glass
<
[email protected]
>
Wed, 25 Mar 2015 22:33:27 +0000
(16:33 -0600)
Serial-uclass should be generically implemented without depending
a particular hardware. Fortunately, nothing in include/ns16550.h is
referenced from drivers/serial/serial-uclass.c, so remove this bogus
include.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
drivers/serial/serial-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/serial/serial-uclass.c
b/drivers/serial/serial-uclass.c
index 3fc7104359d3ccfd73e97ab81dd466cc6c62877a..2de373773975031fc62c295ea3e4c3c09208e9fb 100644
(file)
--- a/
drivers/serial/serial-uclass.c
+++ b/
drivers/serial/serial-uclass.c
@@
-16,8
+16,6
@@
#include <dm/lists.h>
#include <dm/device-internal.h>
-#include <ns16550.h>
-
DECLARE_GLOBAL_DATA_PTR;
/*