aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/vpac270.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-11-13 18:27:39 +0100
committerRobert Jarzmik <robert.jarzmik@free.fr>2017-11-28 22:49:30 +0100
commitf15fc9b12286f64c2b9a8b90f2bcb94915b2c18b (patch)
tree077687ee5cd9dd06754d0017753c6358643b32df /arch/arm/mach-pxa/vpac270.c
parentARM: pxa: move declarations to proper place (diff)
downloadlinux-dev-f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b.tar.xz
linux-dev-f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b.zip
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/vpac270.c')
-rw-r--r--arch/arm/mach-pxa/vpac270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/vpac270.c b/arch/arm/mach-pxa/vpac270.c
index 70ab3ad28237..f65dfb6e20e2 100644
--- a/arch/arm/mach-pxa/vpac270.c
+++ b/arch/arm/mach-pxa/vpac270.c
@@ -27,7 +27,7 @@
#include <linux/ata_platform.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/max1586.h>
-#include <linux/i2c/pxa-i2c.h>
+#include <linux/platform_data/i2c-pxa.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>