Skip to content

Commit

Permalink
OMAPDSS: remove unnecessary includes
Browse files Browse the repository at this point in the history
Remove unnecessary includes from omapdss.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 7, 2012
1 parent 10bc80f commit fe6a466
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions drivers/video/omap2/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <linux/regulator/consumer.h>

#include <video/omapdss.h>
#include <plat/cpu.h>

#include "dss.h"
#include "dss_features.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#include <video/omapdss.h>
#include <video/mipi_display.h>
#include <plat/clock.h>

#include "dss.h"
#include "dss_features.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/dss.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <video/omapdss.h>

#include <plat/cpu.h>
#include <plat/clock.h>

#include "dss.h"
#include "dss_features.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <linux/slab.h>

#include <video/omapdss.h>
#include <plat/cpu.h>

#include "dss.h"
#include "dss_features.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <linux/pm_runtime.h>

#include <video/omapdss.h>
#include <plat/cpu.h>

#include "dss.h"
#include "dss_features.h"
Expand Down

0 comments on commit fe6a466

Please sign in to comment.