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)
commita41a5b26d29fb0123cd3290dca453857cd8c0c66
tree690a8e37be6e44f4c377bb5efb4cfeef6a0f4182
parent2785543fbf0498eb749adee3d129ba8ac139c729
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 [moved from drivers/net/ethernet/xscale/ptp_ixp46x.h with 100% similarity]
drivers/net/ethernet/xscale/ixp4xx_eth.c
include/linux/platform_data/eth_ixp4xx.h [new file with mode: 0644]