]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit9b3cc1a6419c251d7546a6291346d2cd42c51b70
tree7b60f0f93d09390920b02cd86ff7c804c8c0e0b5
parentb06be8001dda6198d2243a4ba293ca01180f8131
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>
drivers/serial/serial-uclass.c