From 6bc8405c6db41ff1647a500ce1ffea74ce8f3767 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:10:49 +0000 Subject: tracking-2.6.27-rc2-include-path-changes.patch Signed-off-by: Andy Green --- drivers/gpio/gpiolib.c | 3 +-- drivers/input/keyboard/gpio_keys.c | 2 +- drivers/input/keyboard/neo1973kbd.c | 2 +- drivers/input/keyboard/qt2410kbd.c | 2 +- drivers/input/touchscreen/s3c2410_ts.c | 2 +- drivers/leds/leds-neo1973-gta02.c | 2 +- drivers/leds/leds-neo1973-vibrator.c | 2 +- drivers/mfd/glamo/glamo-core.c | 2 ++ drivers/mfd/glamo/glamo-core.h | 1 - drivers/mfd/glamo/glamo-lcm-spi.c | 2 +- drivers/mfd/glamo/glamo-spi-gpio.c | 2 +- drivers/power/gta02_hdq.c | 2 +- drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c | 2 +- drivers/spi/spi_s3c24xx_gpio.c | 2 +- drivers/usb/host/ohci-s3c2410.c | 6 +++--- drivers/video/backlight/gta01_bl.c | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) (limited to 'drivers') diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index faa1cc66e9c..753a50c1ece 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -6,8 +6,7 @@ #include #include #include -#include - +#include /* Optional implementation infrastructure for GPIO interfaces. * diff --git a/drivers/input/keyboard/gpio_keys.c b/drivers/input/keyboard/gpio_keys.c index 05f3f43582c..b78d6d876e6 100644 --- a/drivers/input/keyboard/gpio_keys.c +++ b/drivers/input/keyboard/gpio_keys.c @@ -23,7 +23,7 @@ #include #include -#include +#include struct gpio_button_data { struct gpio_keys_button *button; diff --git a/drivers/input/keyboard/neo1973kbd.c b/drivers/input/keyboard/neo1973kbd.c index 70d8bc051df..62ee53a1e1b 100644 --- a/drivers/input/keyboard/neo1973kbd.c +++ b/drivers/input/keyboard/neo1973kbd.c @@ -23,7 +23,7 @@ #include #include -#include +#include #include struct neo1973kbd { diff --git a/drivers/input/keyboard/qt2410kbd.c b/drivers/input/keyboard/qt2410kbd.c index 95392cc9029..b14135cd21e 100644 --- a/drivers/input/keyboard/qt2410kbd.c +++ b/drivers/input/keyboard/qt2410kbd.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include struct gta01kbd { diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c index 5bc347f3a8f..0933a33bc9a 100644 --- a/drivers/input/touchscreen/s3c2410_ts.c +++ b/drivers/input/touchscreen/s3c2410_ts.c @@ -54,7 +54,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/leds/leds-neo1973-gta02.c b/drivers/leds/leds-neo1973-gta02.c index 8fe817b7fd4..4b8687d0427 100644 --- a/drivers/leds/leds-neo1973-gta02.c +++ b/drivers/leds/leds-neo1973-gta02.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c index 647e8603430..2b50504af6c 100644 --- a/drivers/leds/leds-neo1973-vibrator.c +++ b/drivers/leds/leds-neo1973-vibrator.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/mfd/glamo/glamo-core.c b/drivers/mfd/glamo/glamo-core.c index c2a0d254560..7123080e050 100644 --- a/drivers/mfd/glamo/glamo-core.c +++ b/drivers/mfd/glamo/glamo-core.c @@ -45,6 +45,8 @@ #include #include +//#include + #ifdef CONFIG_PM #include #endif diff --git a/drivers/mfd/glamo/glamo-core.h b/drivers/mfd/glamo/glamo-core.h index dd6f67c3386..57214de9e00 100644 --- a/drivers/mfd/glamo/glamo-core.h +++ b/drivers/mfd/glamo/glamo-core.h @@ -17,7 +17,6 @@ #define GLAMO_MMC_BUFFER_SIZE (64 * 1024) #define GLAMO_FB_SIZE (GLAMO_INTERNAL_RAM_SIZE - GLAMO_MMC_BUFFER_SIZE) - struct glamo_core { int irq; int irq_works; /* 0 means PCB does not support Glamo IRQ */ diff --git a/drivers/mfd/glamo/glamo-lcm-spi.c b/drivers/mfd/glamo/glamo-lcm-spi.c index 874fb0e8c13..c8ff8a77e95 100644 --- a/drivers/mfd/glamo/glamo-lcm-spi.c +++ b/drivers/mfd/glamo/glamo-lcm-spi.c @@ -30,7 +30,7 @@ #include -#include +#include #include "glamo-core.h" #include "glamo-regs.h" diff --git a/drivers/mfd/glamo/glamo-spi-gpio.c b/drivers/mfd/glamo/glamo-spi-gpio.c index ece575022c9..2bf4e38ca8e 100644 --- a/drivers/mfd/glamo/glamo-spi-gpio.c +++ b/drivers/mfd/glamo/glamo-spi-gpio.c @@ -30,7 +30,7 @@ #include -#include +#include #include "glamo-core.h" #include "glamo-regs.h" diff --git a/drivers/power/gta02_hdq.c b/drivers/power/gta02_hdq.c index 5a79fd6ac95..159daa99c3c 100644 --- a/drivers/power/gta02_hdq.c +++ b/drivers/power/gta02_hdq.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c index 09d81ee2087..4f261556a2e 100644 --- a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c +++ b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c @@ -47,7 +47,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/spi/spi_s3c24xx_gpio.c b/drivers/spi/spi_s3c24xx_gpio.c index b41de422cb4..69637036056 100644 --- a/drivers/spi/spi_s3c24xx_gpio.c +++ b/drivers/spi/spi_s3c24xx_gpio.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include struct s3c2410_spigpio { diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c index afe88940b55..717b6951fda 100644 --- a/drivers/usb/host/ohci-s3c2410.c +++ b/drivers/usb/host/ohci-s3c2410.c @@ -22,9 +22,9 @@ #include #include -#include -#include -#include +#include +#include +#include #define valid_port(idx) ((idx) == 1 || (idx) == 2) diff --git a/drivers/video/backlight/gta01_bl.c b/drivers/video/backlight/gta01_bl.c index a7170dffc7b..cc2caee549d 100644 --- a/drivers/video/backlight/gta01_bl.c +++ b/drivers/video/backlight/gta01_bl.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3