diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-19 03:00:42 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-09-22 17:43:02 -0400 |
commit | 8abf0b31e161f811501eb73b48446d0e5ffcd0a3 (patch) | |
tree | 280d8b07c933eac726ba3d53b1356b57beb9d404 | |
parent | baaa15ff80f7487ee170875f5bd9245dd538cfd8 (diff) |
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>
-rw-r--r-- | drivers/video/msm/mddi.c | 3 | ||||
-rw-r--r-- | drivers/video/msm/mdp.c | 1 | ||||
-rw-r--r-- | drivers/video/msm/mdp_hw.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c index b061d709bc44..d43e178fae27 100644 --- a/drivers/video/msm/mddi.c +++ b/drivers/video/msm/mddi.c | |||
@@ -26,9 +26,6 @@ | |||
26 | #include <linux/clk.h> | 26 | #include <linux/clk.h> |
27 | #include <linux/io.h> | 27 | #include <linux/io.h> |
28 | #include <linux/sched.h> | 28 | #include <linux/sched.h> |
29 | #include <mach/msm_iomap.h> | ||
30 | #include <mach/irqs.h> | ||
31 | #include <mach/board.h> | ||
32 | #include <mach/msm_fb.h> | 29 | #include <mach/msm_fb.h> |
33 | #include "mddi_hw.h" | 30 | #include "mddi_hw.h" |
34 | 31 | ||
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c index cb2ddf164c98..752eff7de3ce 100644 --- a/drivers/video/msm/mdp.c +++ b/drivers/video/msm/mdp.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/major.h> | 25 | #include <linux/major.h> |
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | 27 | ||
28 | #include <mach/msm_iomap.h> | ||
29 | #include <mach/msm_fb.h> | 28 | #include <mach/msm_fb.h> |
30 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
31 | #include <linux/export.h> | 30 | #include <linux/export.h> |
diff --git a/drivers/video/msm/mdp_hw.h b/drivers/video/msm/mdp_hw.h index d80477415caa..2a8413742630 100644 --- a/drivers/video/msm/mdp_hw.h +++ b/drivers/video/msm/mdp_hw.h | |||
@@ -15,7 +15,6 @@ | |||
15 | #ifndef _MDP_HW_H_ | 15 | #ifndef _MDP_HW_H_ |
16 | #define _MDP_HW_H_ | 16 | #define _MDP_HW_H_ |
17 | 17 | ||
18 | #include <mach/msm_iomap.h> | ||
19 | #include <mach/msm_fb.h> | 18 | #include <mach/msm_fb.h> |
20 | 19 | ||
21 | struct mdp_info { | 20 | struct mdp_info { |