Fix the compile error for ARM Platform. Signed-off-by: Sangwook Lee <sangwook.lee@xxxxxxxxxx> --- Compile errors come from ARM plaform: In file included from drivers/net/wireless/ath/ath6kl/init.c:19:0: include/linux/of.h: In function ‘of_property_read_u32_array’: include/linux/of.h:249:10: error: ‘ENOSYS’ undeclared drivers/net/wireless/ath/ath6kl/init.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c index 4c0c314..64975a9 100644 --- a/drivers/net/wireless/ath/ath6kl/init.c +++ b/drivers/net/wireless/ath/ath6kl/init.c @@ -16,6 +16,7 @@ */ #include <linux/moduleparam.h> +#include <linux/errno.h> #include <linux/of.h> #include <linux/mmc/sdio_func.h> #include "core.h" -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html