--- zzzz-none-000/linux-3.10.107/arch/mips/ath79/dev-spi.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/ath79/dev-spi.c 2021-11-10 11:53:53.000000000 +0000 @@ -10,13 +10,13 @@ */ #include -#include +#include #include "dev-spi.h" static struct resource ath79_spi_resources[] = { { - .start = AR71XX_SPI_BASE, - .end = AR71XX_SPI_BASE + AR71XX_SPI_SIZE - 1, + .start = ATH_SPI_BASE, + .end = ATH_SPI_BASE + ATH_SPI_SIZE - 1, .flags = IORESOURCE_MEM, }, };