diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-04-19 22:00:07 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-05-17 16:27:09 +0200 |
commit | 1e9d42194e4c8f0ba3f9d4f72b5f54050ddf7a39 (patch) | |
tree | b441a72127cda1ceb476700c66359c021c610d7d /arch/arm/mach-pxa/viper.c | |
parent | 67b8d5c7081221efa252e111cd52532ec6d4266f (diff) | |
download | blackbird-op-linux-1e9d42194e4c8f0ba3f9d4f72b5f54050ddf7a39.tar.gz blackbird-op-linux-1e9d42194e4c8f0ba3f9d4f72b5f54050ddf7a39.zip |
i2c: gpio: move header to platform_data
This header only contains platform_data. Move it to the proper directory.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: James Hogan <jhogan@kernel.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/arm/mach-pxa/viper.c')
-rw-r--r-- | arch/arm/mach-pxa/viper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c index 90d0f277de55..39e05b7008d8 100644 --- a/arch/arm/mach-pxa/viper.c +++ b/arch/arm/mach-pxa/viper.c @@ -35,7 +35,7 @@ #include <linux/sched.h> #include <linux/gpio.h> #include <linux/jiffies.h> -#include <linux/i2c-gpio.h> +#include <linux/platform_data/i2c-gpio.h> #include <linux/gpio/machine.h> #include <linux/platform_data/i2c-pxa.h> #include <linux/serial_8250.h> |