public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dm: serial: remove bogus include <ns16550.h>
@ 2015-03-20  4:24 Masahiro Yamada
  2015-03-20 15:24 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2015-03-20  4:24 UTC (permalink / raw)
  To: u-boot

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>
---

 drivers/serial/serial-uclass.c | 2 --
 1 file changed, 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;
 
 /*
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-25 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20  4:24 [U-Boot] [PATCH] dm: serial: remove bogus include <ns16550.h> Masahiro Yamada
2015-03-20 15:24 ` Tom Rini
2015-03-20 23:52   ` Simon Glass
2015-03-25 22:45     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox