mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
This commit is contained in:
parent
00675abc3b
commit
9759aba429
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user