diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-21 23:57:26 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 11:35:02 +0200 |
commit | b6480faeee234829b315168aebcb281ecf95f178 (patch) | |
tree | cac4252bad21591f65f062b4c2e0308f68f558b5 /arch/arm/mach-davinci/board-dm646x-evm.c | |
parent | gpio: max732x: move header file out of I2C realm (diff) | |
download | linux-b6480faeee234829b315168aebcb281ecf95f178.tar.xz linux-b6480faeee234829b315168aebcb281ecf95f178.zip |
gpio: pcf857x: move header file out of I2C realm
include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm646x-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm646x-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index cb176826d1cb..ca69d0b96a4f 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c @@ -23,7 +23,7 @@ #include <linux/platform_device.h> #include <linux/i2c.h> #include <linux/platform_data/at24.h> -#include <linux/i2c/pcf857x.h> +#include <linux/platform_data/pcf857x.h> #include <media/i2c/tvp514x.h> #include <media/i2c/adv7343.h> |