Browse Source

video: msm: Remove useless mach/* includes

This driver doesn't need to use these mach includes so remove
them. This is a necessary step to support a single zImage.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Stephen Boyd 12 years ago
parent
commit
8abf0b31e1
3 changed files with 0 additions and 5 deletions
  1. 0 3
      drivers/video/msm/mddi.c
  2. 0 1
      drivers/video/msm/mdp.c
  3. 0 1
      drivers/video/msm/mdp_hw.h

+ 0 - 3
drivers/video/msm/mddi.c

@@ -26,9 +26,6 @@
 #include <linux/clk.h>
 #include <linux/io.h>
 #include <linux/sched.h>
-#include <mach/msm_iomap.h>
-#include <mach/irqs.h>
-#include <mach/board.h>
 #include <mach/msm_fb.h>
 #include "mddi_hw.h"
 

+ 0 - 1
drivers/video/msm/mdp.c

@@ -25,7 +25,6 @@
 #include <linux/major.h>
 #include <linux/slab.h>
 
-#include <mach/msm_iomap.h>
 #include <mach/msm_fb.h>
 #include <linux/platform_device.h>
 #include <linux/export.h>

+ 0 - 1
drivers/video/msm/mdp_hw.h

@@ -15,7 +15,6 @@
 #ifndef _MDP_HW_H_
 #define _MDP_HW_H_
 
-#include <mach/msm_iomap.h>
 #include <mach/msm_fb.h>
 
 struct mdp_info {