pata: ixp4xx: split platform data to its own header
authorArnd Bergmann <arnd@arndb.de>
Sun, 25 Aug 2019 20:14:01 +0000 (22:14 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 17 Jun 2021 13:31:04 +0000 (15:31 +0200)
commit55712627bffd666c9f25eb23c15c55ec85e5a73f
tree723e2906bbd1596ecf72edf81d85a7b36d6651bf
parent09aa9aabdcc4966270b031816a16d4641fb45dfa
pata: ixp4xx: split platform data to its own header

Portable drivers cannot use mach/platform.h, so move the
structure into its own header. With this, compile testing
can be enabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ixp4xx/avila-setup.c
arch/arm/mach-ixp4xx/include/mach/platform.h
drivers/ata/Kconfig
drivers/ata/pata_ixp4xx_cf.c
include/linux/platform_data/pata_ixp4xx_cf.h [new file with mode: 0644]