From 8abf0b31e161f811501eb73b48446d0e5ffcd0a3 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Wed, 19 Sep 2012 00:00:42 -0700 Subject: [PATCH] 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 Signed-off-by: Florian Tobias Schandinat --- drivers/video/msm/mddi.c | 3 --- drivers/video/msm/mdp.c | 1 - drivers/video/msm/mdp_hw.h | 1 - 3 files changed, 5 deletions(-) diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c index b061d709bc4..d43e178fae2 100644 --- a/drivers/video/msm/mddi.c +++ b/drivers/video/msm/mddi.c @@ -26,9 +26,6 @@ #include #include #include -#include -#include -#include #include #include "mddi_hw.h" diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c index cb2ddf164c9..752eff7de3c 100644 --- a/drivers/video/msm/mdp.c +++ b/drivers/video/msm/mdp.c @@ -25,7 +25,6 @@ #include #include -#include #include #include #include diff --git a/drivers/video/msm/mdp_hw.h b/drivers/video/msm/mdp_hw.h index d80477415ca..2a841374263 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 #include struct mdp_info { -- 2.41.0