diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2013-08-29 15:24:14 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-29 12:33:52 -0700 |
commit | 5877457a96e5f89567d2eea092ec28db5d55fc06 (patch) | |
tree | 18af3e61586a794a10f884de8989035876340c81 /arch/arm/mach-s3c64xx/mach-crag6410.c | |
parent | 8a75f0a07c7aa1e4454c077042ab2b56b72299b9 (diff) | |
download | blackbird-obmc-linux-5877457a96e5f89567d2eea092ec28db5d55fc06.tar.gz blackbird-obmc-linux-5877457a96e5f89567d2eea092ec28db5d55fc06.zip |
gpio: (gpio-pca953x) move header to linux/platform_data/
This patch moves the pca953x.h header from include/linux/i2c to
include/linux/platform_data and updates existing support accordingly.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 28889cc788b3..eb8e5a1aca42 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c @@ -30,7 +30,7 @@ #include <linux/basic_mmio_gpio.h> #include <linux/spi/spi.h> -#include <linux/i2c/pca953x.h> +#include <linux/platform_data/pca953x.h> #include <linux/platform_data/s3c-hsotg.h> #include <video/platform_lcd.h> |