wan: ixp4xx_hss: prepare compile testing
authorArnd Bergmann <arnd@arndb.de>
Sun, 12 Jan 2020 12:04:43 +0000 (13:04 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Jan 2020 20:59:52 +0000 (12:59 -0800)
commitc74f16b6034401b17bb1cf549871186a8ece5f92
tree0b4a99b8d8dd985c61fa6291a2dc8aa8a2d2a2f5
parent504c28c853ec5c626900b914b5833daf0581a344
wan: ixp4xx_hss: prepare compile testing

The ixp4xx_hss driver needs the platform data definition and the
system clock rate to be compiled. Move both into a new platform_data
header file.

This is a prerequisite for compile testing, but turning on compile
testing requires further patches to isolate the SoC headers.

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/goramo_mlr.c
arch/arm/mach-ixp4xx/include/mach/platform.h
drivers/net/wan/Kconfig
drivers/net/wan/ixp4xx_hss.c
include/linux/platform_data/wan_ixp4xx_hss.h [new file with mode: 0644]