[PATCH] OMAP4: hwmod data: remove duplicated #include

2011-07-28 Thread Huang Weiyi
Remove duplicated #include('s) in
  arch/arm/mach-omap2/omap_hwmod_44xx_data.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c 
b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 6201422..374edcf 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -28,7 +28,6 @@
 #include plat/mcspi.h
 #include plat/mcbsp.h
 #include plat/mmc.h
-#include plat/i2c.h
 
 #include omap_hwmod_common_data.h
 
-- 
1.5.6.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/4] omap1: remove duplicated #include

2011-01-28 Thread Huang Weiyi
Remove duplicated #include('s) in
  arch/arm/mach-omap1/time.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 arch/arm/mach-omap1/time.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c
index f83fc33..6885d2f 100644
--- a/arch/arm/mach-omap1/time.c
+++ b/arch/arm/mach-omap1/time.c
@@ -44,7 +44,6 @@
 #include linux/clocksource.h
 #include linux/clockchips.h
 #include linux/io.h
-#include linux/sched.h
 
 #include asm/system.h
 #include mach/hardware.h
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] OMAP: remove duplicated #include

2009-12-18 Thread Huang Weiyi
Remove duplicated #include('s) in
  drivers/video/omap/lcd_omap3beagle.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 drivers/video/omap/lcd_omap3beagle.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/lcd_omap3beagle.c 
b/drivers/video/omap/lcd_omap3beagle.c
index ca75cc2..ac715f9 100644
--- a/drivers/video/omap/lcd_omap3beagle.c
+++ b/drivers/video/omap/lcd_omap3beagle.c
@@ -26,7 +26,6 @@
 #include linux/i2c/twl.h
 
 #include plat/mux.h
-#include plat/mux.h
 #include asm/mach-types.h
 
 #include omapfb.h
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 5/5] OMAP: remove duplicated #include

2009-12-13 Thread Huang Weiyi
Remove duplicated #include('s) in
  drivers/video/omap/lcd_omap3beagle.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 drivers/video/omap/lcd_omap3beagle.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/lcd_omap3beagle.c 
b/drivers/video/omap/lcd_omap3beagle.c
index fc503d8..aea23c3 100644
--- a/drivers/video/omap/lcd_omap3beagle.c
+++ b/drivers/video/omap/lcd_omap3beagle.c
@@ -26,7 +26,6 @@
 #include linux/i2c/twl4030.h
 
 #include plat/mux.h
-#include plat/mux.h
 #include asm/mach-types.h
 
 #include omapfb.h
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2/5] davinci: fb: remove duplicated #include

2009-09-26 Thread Huang Weiyi
Remove duplicated #include('s) in
  drivers/video/da8xx-fb.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 drivers/video/da8xx-fb.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index 42e1005..d065894 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -26,7 +26,6 @@
 #include linux/device.h
 #include linux/platform_device.h
 #include linux/uaccess.h
-#include linux/device.h
 #include linux/interrupt.h
 #include linux/clk.h
 #include video/da8xx-fb.h
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/4] ARM: OMAP1: remove duplicated #include

2009-06-16 Thread Huang Weiyi
Remove duplicated #include in arch/arm/mach-omap1/board-nokia770.c.

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 arch/arm/mach-omap1/board-nokia770.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/board-nokia770.c 
b/arch/arm/mach-omap1/board-nokia770.c
index e70fc7c..ff24c90 100644
--- a/arch/arm/mach-omap1/board-nokia770.c
+++ b/arch/arm/mach-omap1/board-nokia770.c
@@ -36,7 +36,6 @@
 #include mach/hwa742.h
 #include mach/lcd_mipid.h
 #include mach/mmc.h
-#include mach/usb.h
 #include mach/clock.h
 
 #define ADS7846_PENDOWN_GPIO   15
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: OMAP: remove duplicated #include's

2009-03-21 Thread Huang Weiyi
Remove duplicated #include's.

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com
---
 arch/arm/mach-omap2/mcbsp.c   |1 -
 arch/arm/mach-s3c2412/mach-jive.c |1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c
index a9e631f..f548bf4 100644
--- a/arch/arm/mach-omap2/mcbsp.c
+++ b/arch/arm/mach-omap2/mcbsp.c
@@ -19,7 +19,6 @@
 
 #include mach/irqs.h
 #include mach/dma.h
-#include mach/irqs.h
 #include mach/mux.h
 #include mach/cpu.h
 #include mach/mcbsp.h
diff --git a/arch/arm/mach-s3c2412/mach-jive.c 
b/arch/arm/mach-s3c2412/mach-jive.c
index ecddbbb..6e85625 100644
--- a/arch/arm/mach-s3c2412/mach-jive.c
+++ b/arch/arm/mach-s3c2412/mach-jive.c
@@ -52,7 +52,6 @@
 #include plat/cpu.h
 #include plat/pm.h
 #include plat/udc.h
-#include plat/iic.h
 
 static struct map_desc jive_iodesc[] __initdata = {
 };
-- 
1.6.0.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


omap mmc: remove duplicated #include's

2009-01-03 Thread Huang Weiyi
Removed duplicated #include's in arch/arm/mach-omap1/board-voiceblue.c

Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com

diff --git a/arch/arm/mach-omap1/board-voiceblue.c 
b/arch/arm/mach-omap1/board-voiceblue.c
index c224f3c..a765354 100644
--- a/arch/arm/mach-omap1/board-voiceblue.c
+++ b/arch/arm/mach-omap1/board-voiceblue.c
@@ -22,7 +22,6 @@
 #include linux/reboot.h
 #include linux/serial_8250.h
 #include linux/serial_reg.h
-#include linux/irq.h

 #include mach/hardware.h
 #include asm/mach-types.h

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html