]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: ep93xx: move network platform data to separate header
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Apr 2019 20:17:09 +0000 (22:17 +0200)
committerOlof Johansson <olof@lixom.net>
Mon, 29 Apr 2019 06:08:15 +0000 (23:08 -0700)
commit1b8c813695dcff87b58ad1916bff2299dcf01c7f
tree15f6fd7b3df004abb38e0e14b72064f1c6cbfa55
parent56e49cd668b76d6b8568083c2127464cdb3c1584
ARM: ep93xx: move network platform data to separate header

The header file is the only thing preventing us from building the
driver in a cross-platform configuration, so move the structure
we are interested in to the global platform_data location
and enable compile testing.

Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-ep93xx/include/mach/platform.h
drivers/net/ethernet/cirrus/Kconfig
drivers/net/ethernet/cirrus/ep93xx_eth.c
include/linux/platform_data/eth-ep93xx.h [new file with mode: 0644]