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
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue