linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] video: ARM CLCD: Remove duplicated include in amba-clcd.c
@ 2014-11-17  9:25 Qiang Chen
  2014-11-17 11:07 ` Pawel Moll
  2014-11-19 12:51 ` Tomi Valkeinen
  0 siblings, 2 replies; 3+ messages in thread
From: Qiang Chen @ 2014-11-17  9:25 UTC (permalink / raw)
  To: tomi.valkeinen, plagnioj, linux, pawel.moll
  Cc: linux-fbdev, linux-kernel, qcwj.lk

This patch fixes duplicated include dma-mapping.h in
drivers/video/fbdev/amba-clcd.c

Signed-off-by: Qiang Chen <qiang2.chen@sonymobile.com>
---
 drivers/video/fbdev/amba-clcd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c
index 6ad23bd..32c0b6b 100644
--- a/drivers/video/fbdev/amba-clcd.c
+++ b/drivers/video/fbdev/amba-clcd.c
@@ -27,7 +27,6 @@
 #include <linux/bitops.h>
 #include <linux/clk.h>
 #include <linux/hardirq.h>
-#include <linux/dma-mapping.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/of_graph.h>
-- 
1.8.2.2


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

end of thread, other threads:[~2014-11-19 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  9:25 [PATCH] video: ARM CLCD: Remove duplicated include in amba-clcd.c Qiang Chen
2014-11-17 11:07 ` Pawel Moll
2014-11-19 12:51 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).