diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-28 13:02:06 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-17 11:57:07 +0300 |
commit | 35f70935c64ae229ebd1fc65398ec68d4d803712 (patch) | |
tree | 6bec2c95bc0364cdfb6aa538453dc254037a4b5c /drivers/video/omap2/dss/dss.c | |
parent | 6fa44907eef4aed168413b6883ddc1fa2efff201 (diff) | |
download | linux-stable-35f70935c64ae229ebd1fc65398ec68d4d803712.tar.gz linux-stable-35f70935c64ae229ebd1fc65398ec68d4d803712.tar.bz2 linux-stable-35f70935c64ae229ebd1fc65398ec68d4d803712.zip |
OMAPDSS: remove <plat/cpu.h> includes
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>
Diffstat (limited to 'drivers/video/omap2/dss/dss.c')
-rw-r--r-- | drivers/video/omap2/dss/dss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c index 2e74eef92fad..363852a0f764 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/omap2/dss/dss.c @@ -35,8 +35,6 @@ #include <video/omapdss.h> -#include <plat/cpu.h> - #include "dss.h" #include "dss_features.h" |