diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-11-13 18:27:39 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-11-28 22:49:30 +0100 |
commit | f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b (patch) | |
tree | 077687ee5cd9dd06754d0017753c6358643b32df /arch/arm/mach-mmp/mmp2.h | |
parent | ARM: pxa: move declarations to proper place (diff) | |
download | linux-f15fc9b12286f64c2b9a8b90f2bcb94915b2c18b.tar.xz linux-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-mmp/mmp2.h')
-rw-r--r-- | arch/arm/mach-mmp/mmp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/mmp2.h b/arch/arm/mach-mmp/mmp2.h index a4b82f719de1..adafc4fba8f4 100644 --- a/arch/arm/mach-mmp/mmp2.h +++ b/arch/arm/mach-mmp/mmp2.h @@ -10,7 +10,7 @@ extern void __init mmp2_init_irq(void); extern void mmp2_clear_pmic_int(void); #include <linux/i2c.h> -#include <linux/i2c/pxa-i2c.h> +#include <linux/platform_data/i2c-pxa.h> #include <linux/platform_data/dma-mmp_tdma.h> #include "devices.h" |