ar71xx: fix build error
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Apr 2016 22:03:58 +0000 (22:03 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Apr 2016 22:03:58 +0000 (22:03 +0000)
This fixes a build error introduced in r49193.

This closes #22230

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49194 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ath79/mach-om5pacv2.c
target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c

index 46273ed..0480d01 100644 (file)
@@ -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
index 9ad7d05..ae0a772 100644 (file)
@@ -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