]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f98186eb5e20e2d04c44e74a4b496edfbd8294c
tree723e2906bbd1596ecf72edf81d85a7b36d6651bf
parent9d60ef931ad98a5af87746dcd7e5505e72fd0da6
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]