Author: hauke Date: 2016-04-18 00:03:58 +0200 (Mon, 18 Apr 2016) New Revision: 49194
Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pacv2.c trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c Log: ar71xx: fix build error This fixes a build error introduced in r49193. This closes #22230 Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pacv2.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pacv2.c 2016-04-17 19:10:13 UTC (rev 49193) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pacv2.c 2016-04-17 22:03:58 UTC (rev 49194) @@ -11,6 +11,7 @@ */ #include <linux/gpio.h> +#include <linux/version.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0) #include <linux/mdio-gpio.h> #else Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c 2016-04-17 19:10:13 UTC (rev 49193) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c 2016-04-17 22:03:58 UTC (rev 49194) @@ -11,6 +11,7 @@ #include <linux/platform_device.h> #include <linux/irq.h> +#include <linux/version.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0) #include <linux/mdio-gpio.h> #else _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
