فهرست منبع

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>
Tomi Valkeinen 13 سال پیش
والد
کامیت
35f70935c6
3فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 2
      drivers/video/omap2/dss/dispc.c
  2. 0 2
      drivers/video/omap2/dss/dss.c
  3. 0 1
      drivers/video/omap2/dss/dss_features.c

+ 0 - 2
drivers/video/omap2/dss/dispc.c

@@ -37,8 +37,6 @@
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/pm_runtime.h>
 
 
-#include <plat/cpu.h>
-
 #include <video/omapdss.h>
 #include <video/omapdss.h>
 
 
 #include "dss.h"
 #include "dss.h"

+ 0 - 2
drivers/video/omap2/dss/dss.c

@@ -35,8 +35,6 @@
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
 
 
-#include <plat/cpu.h>
-
 #include "dss.h"
 #include "dss.h"
 #include "dss_features.h"
 #include "dss_features.h"
 
 

+ 0 - 1
drivers/video/omap2/dss/dss_features.c

@@ -23,7 +23,6 @@
 #include <linux/slab.h>
 #include <linux/slab.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
-#include <plat/cpu.h>
 
 
 #include "dss.h"
 #include "dss.h"
 #include "dss_features.h"
 #include "dss_features.h"