]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:18 +0000 (14:34 +0200)
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;
 
 /*