diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-08-30 11:52:47 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-07 21:02:08 +0400 |
commit | fe6a466283cf1ced93360bd5f5055d6543021a6a (patch) | |
tree | 3005a2fd95e7d514b4d5bbd04eaa666f2aaec09c /drivers/video/omap2/dss/dpi.c | |
parent | 10bc80f62562a9151d24f7f005d400fb65c18e10 (diff) | |
download | linux-fe6a466283cf1ced93360bd5f5055d6543021a6a.tar.xz |
OMAPDSS: remove unnecessary includes
Remove unnecessary includes from omapdss.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dpi.c')
-rw-r--r-- | drivers/video/omap2/dss/dpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dpi.c b/drivers/video/omap2/dss/dpi.c index 25fb8953b80a..99b9851f8429 100644 --- a/drivers/video/omap2/dss/dpi.c +++ b/drivers/video/omap2/dss/dpi.c @@ -31,7 +31,6 @@ #include <linux/regulator/consumer.h> #include <video/omapdss.h> -#include <plat/cpu.h> #include "dss.h" #include "dss_features.h" |