]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gpio: pcf857x: move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 21:57:26 +0000 (23:57 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 May 2017 09:35:02 +0000 (11:35 +0200)
commitb6480faeee234829b315168aebcb281ecf95f178
treecac4252bad21591f65f062b4c2e0308f68f558b5
parent0a848d638a25b4f2767b260ed83c271854e93cce
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>
arch/arm/mach-davinci/board-da830-evm.c
arch/arm/mach-davinci/board-dm644x-evm.c
arch/arm/mach-davinci/board-dm646x-evm.c
arch/arm/mach-pxa/balloon3.c
arch/arm/mach-pxa/stargate2.c
arch/mips/ath79/mach-pb44.c
drivers/gpio/gpio-pcf857x.c
include/linux/i2c/pcf857x.h [deleted file]
include/linux/platform_data/pcf857x.h [new file with mode: 0644]