diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-20 13:24:45 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-03-25 16:33:27 -0600 |
commit | 891ee87e2b4586012ce5bacd9149177f61de4ad5 (patch) | |
tree | 489b2ebcc337d43f523f6e454f0d9482188784ee | |
parent | b81bdf62e0cf9b5c64d30284d01658a851f142f7 (diff) | |
download | u-boot-imx-891ee87e2b4586012ce5bacd9149177f61de4ad5.zip u-boot-imx-891ee87e2b4586012ce5bacd9149177f61de4ad5.tar.gz u-boot-imx-891ee87e2b4586012ce5bacd9149177f61de4ad5.tar.bz2 |
dm: serial: remove bogus include <ns16550.h>
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>
-rw-r--r-- | drivers/serial/serial-uclass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/serial-uclass.c b/drivers/serial/serial-uclass.c index 3fc7104..2de3737 100644 --- 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; /* |