mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: fix build error
This fixes a build error introduced in r49193. This closes #22230 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49194
parent
00675abc3b
commit
9759aba429
|
@ -11,6 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/gpio.h>
|
#include <linux/gpio.h>
|
||||||
|
#include <linux/version.h>
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
|
||||||
#include <linux/mdio-gpio.h>
|
#include <linux/mdio-gpio.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/irq.h>
|
#include <linux/irq.h>
|
||||||
|
#include <linux/version.h>
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,4,0)
|
||||||
#include <linux/mdio-gpio.h>
|
#include <linux/mdio-gpio.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue