]> git.baikalelectronics.ru Git - kernel.git/commit
ixp4xx_eth: move platform_data definition
authorArnd Bergmann <arnd@arndb.de>
Sun, 12 Jan 2020 12:04:45 +0000 (13:04 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Jan 2020 20:59:53 +0000 (12:59 -0800)
commit89e7a82d93ad5b9c421a84ab969daf068cbf7afa
tree690a8e37be6e44f4c377bb5efb4cfeef6a0f4182
parentbd51905feba2bc5821276f8ce784cf8f0c34637b
ixp4xx_eth: move platform_data definition

The platform data is needed to compile the driver as standalone,
so move it to a global location along with similar files.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
arch/arm/mach-ixp4xx/include/mach/platform.h
drivers/net/ethernet/xscale/ixp46x_ts.h [new file with mode: 0644]
drivers/net/ethernet/xscale/ixp4xx_eth.c
drivers/net/ethernet/xscale/ptp_ixp46x.h [deleted file]
include/linux/platform_data/eth_ixp4xx.h [new file with mode: 0644]