Skip to content

Commit

Permalink
OMAPDSS: remove <plat/cpu.h> includes
Browse files Browse the repository at this point in the history
cpu_is_* calls are no longer used in omapdss, so the includes for
<plat/cpu.h> can be removed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Oct 17, 2012
1 parent 6fa4490 commit 35f7093
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 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/cpu.h>

#include <video/omapdss.h>

#include "dss.h"
Expand Down
2 changes: 0 additions & 2 deletions drivers/video/omap2/dss/dss.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#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/dss_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <linux/slab.h>

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

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

0 comments on commit 35f7093

Please sign in to comment.