diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-11-13 20:27:39 +0300 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-11-29 00:49:30 +0300 |
commit | f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b (patch) | |
tree | 077687ee5cd9dd06754d0017753c6358643b32df /arch/arm/mach-pxa/hx4700.c | |
parent | cb74dc3ba2ba9390572c3b6a8f9780b00f02036e (diff) | |
download | linux-f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b.tar.xz |
ARM: pxa: move header file out of I2C realm
include/linux/i2c is to be deprecated. Move this platform_data to the
proper platform_data dir.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/hx4700.c')
-rw-r--r-- | arch/arm/mach-pxa/hx4700.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 66184f5cbe40..e2e7f247a645 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c @@ -38,7 +38,7 @@ #include <linux/spi/spi.h> #include <linux/spi/pxa2xx_spi.h> #include <linux/usb/gpio_vbus.h> -#include <linux/i2c/pxa-i2c.h> +#include <linux/platform_data/i2c-pxa.h> #include <mach/hardware.h> #include <asm/mach-types.h> |