On Sat, 14 Aug 2021 00:00:08 +0200 Linus Walleij wrote:
From: Arnd Bergmann <arnd@arndb.de>
The driver is now independent of machine specific header
files and should build on all architectures, so enable
building with CONFIG_COMPILE_TEST.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <redacted>
does not build on x86 allmodconfig?
drivers/net/ethernet/xscale/ptp_ixp46x.c:20:10: fatal error: mach/ixp4xx-regs.h: No such file or directory
20 | #include <mach/ixp4xx-regs.h>
| ^~~~~~~~~~~~~~~~~~~~