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
Hauke Mehrtens 8 years ago
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…
Cancel
Save