From 7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Mar 2015 03:01:50 +0000 Subject: atheros: v3.18: cleanup includes Remove odd and add missed includes. Signed-off-by: Sergey Ryazanov SVN-Revision: 44730 --- target/linux/atheros/patches-3.18/107-ar5312_gpio.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/atheros/patches-3.18/107-ar5312_gpio.patch') diff --git a/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch b/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch index ec336b4bf1..ae88fd8931 100644 --- a/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch +++ b/target/linux/atheros/patches-3.18/107-ar5312_gpio.patch @@ -10,15 +10,15 @@ config SOC_AR2315 --- a/arch/mips/ath25/ar5312.c +++ b/arch/mips/ath25/ar5312.c -@@ -25,6 +25,7 @@ - #include - #include +@@ -22,6 +22,7 @@ + #include + #include #include +#include #include #include #include -@@ -185,6 +186,22 @@ static struct platform_device ar5312_phy +@@ -180,6 +181,22 @@ static struct platform_device ar5312_phy .num_resources = 1, }; @@ -41,7 +41,7 @@ static void __init ar5312_flash_init(void) { void __iomem *flashctl_base; -@@ -252,6 +269,8 @@ void __init ar5312_init_devices(void) +@@ -247,6 +264,8 @@ void __init ar5312_init_devices(void) platform_device_register(&ar5312_physmap_flash); -- cgit v1.2.3