]> git.karo-electronics.de Git - linux-beck.git/commitdiff
OMAPDSS: remove unnecessary includes
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 30 Aug 2012 07:52:47 +0000 (10:52 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:08 +0000 (20:02 +0300)
Remove unnecessary includes from omapdss.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/overlay.c
drivers/video/omap2/dss/venc.c

index 0de9a7efcbc49d350ec1d415ecd631edaece5e23..e934abb08dcfb92eac0f2e781e2727502d94e688 100644 (file)
@@ -37,8 +37,6 @@
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
-#include <plat/clock.h>
-
 #include <video/omapdss.h>
 
 #include "dss.h"
index 25fb8953b80aa202f56fd0c8d1f71d2ffb3dca6b..99b9851f84290e5980495b07067900793b5be6cc 100644 (file)
@@ -31,7 +31,6 @@
 #include <linux/regulator/consumer.h>
 
 #include <video/omapdss.h>
-#include <plat/cpu.h>
 
 #include "dss.h"
 #include "dss_features.h"
index 254666fd3958b74b86ef8a7ee62286f919614de0..8d815e39e45d41d69a389f9c3f231f0898813c17 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <video/omapdss.h>
 #include <video/mipi_display.h>
-#include <plat/clock.h>
 
 #include "dss.h"
 #include "dss_features.h"
index 31a553a6ee6f2dd08ab579e451ed6e880e242bb4..759dbee483421657e92a0770a9c2bc9ef0284bf5 100644 (file)
@@ -36,7 +36,6 @@
 #include <video/omapdss.h>
 
 #include <plat/cpu.h>
-#include <plat/clock.h>
 
 #include "dss.h"
 #include "dss_features.h"
index 952c6fad9a8110393a3c2bdc15064aa4590e5367..94e74be0788d3d8f1eab87c0266aab1465390c3c 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/slab.h>
 
 #include <video/omapdss.h>
-#include <plat/cpu.h>
 
 #include "dss.h"
 #include "dss_features.h"
index 4a6caf9c6da3822eb5c373c0923bb91336ea37ba..45252cf034b36191cb3f41b3274bb29e0bad33b4 100644 (file)
@@ -36,7 +36,6 @@
 #include <linux/pm_runtime.h>
 
 #include <video/omapdss.h>
-#include <plat/cpu.h>
 
 #include "dss.h"
 #include "dss_features.h"