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/mddi.c | |
parent | baaa15ff80f7487ee170875f5bd9245dd538cfd8 (diff) | |
download | op-kernel-dev-8abf0b31e161f811501eb73b48446d0e5ffcd0a3.zip op-kernel-dev-8abf0b31e161f811501eb73b48446d0e5ffcd0a3.tar.gz |
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/mddi.c')
-rw-r--r-- | drivers/video/msm/mddi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c index b061d70..d43e178 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" |