diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-19 00:00:42 -0700 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-09-22 21:43:02 +0000 |
commit | 8abf0b31e161f811501eb73b48446d0e5ffcd0a3 (patch) | |
tree | 280d8b07c933eac726ba3d53b1356b57beb9d404 /drivers/video/msm | |
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>
Diffstat (limited to 'drivers/video/msm')
-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 @@ #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" 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 @@ #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> 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 @@ #ifndef _MDP_HW_H_ #define _MDP_HW_H_ -#include <mach/msm_iomap.h> #include <mach/msm_fb.h> struct mdp_info { |