diff mbox

[3/5] video: msm: Remove useless mach/* includes

Message ID 1348038044-1790-4-git-send-email-sboyd@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd Sept. 19, 2012, 7 a.m. UTC
This driver doesn't need to use these mach includes so remove
them. This is a necessary step to support a single zImage.

Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/video/msm/mddi.c   | 3 ---
 drivers/video/msm/mdp.c    | 1 -
 drivers/video/msm/mdp_hw.h | 1 -
 3 files changed, 5 deletions(-)

Comments

Florian Tobias Schandinat Sept. 23, 2012, 7:52 p.m. UTC | #1
On 09/19/2012 07:00 AM, Stephen Boyd wrote:
> This driver doesn't need to use these mach includes so remove
> them. This is a necessary step to support a single zImage.
> 
> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Applied.


Thanks,

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 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"
>  
> diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c
> index cb2ddf1..752eff7 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 d804774..2a84137 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 {
diff mbox

Patch

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"
 
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c
index cb2ddf1..752eff7 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 d804774..2a84137 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 {