]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: serial: remove bogus include <ns16550.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Mar 2015 04:24:45 +0000 (13:24 +0900)
committerSimon Glass <sjg@chromium.org>
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 <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial-uclass.c

index 3fc7104359d3ccfd73e97ab81dd466cc6c62877a..2de373773975031fc62c295ea3e4c3c09208e9fb 100644 (file)
@@ -16,8 +16,6 @@
 #include <dm/lists.h>
 #include <dm/device-internal.h>
 
-#include <ns16550.h>
-
 DECLARE_GLOBAL_DATA_PTR;
 
 /*