summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-09 07:04:14 +0000
committerJohn Crispin <john@openwrt.org>2015-07-09 07:04:14 +0000
commite8161f4764c496de51fa09e1d479258cf655d8a2 (patch)
tree13ee724df5395d921fbadcb11cf10e6256c51282 /target
parent8a1cca04caeae397be58edf6faa4ba1bca546581 (diff)
downloadmaster-31e0f0ae-e8161f4764c496de51fa09e1d479258cf655d8a2.tar.gz
master-31e0f0ae-e8161f4764c496de51fa09e1d479258cf655d8a2.tar.bz2
master-31e0f0ae-e8161f4764c496de51fa09e1d479258cf655d8a2.zip
ar71xx: compex wpe72 add space to include statement
Signed-off-by: Christian Mehlis <christian@m3hlis.de> SVN-Revision: 46284
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c
index 70bf7db0ca..9452484279 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c
@@ -8,7 +8,7 @@
* by the Free Software Foundation.
*/
-#include<asm/mach-ath79/ath79.h>
+#include <asm/mach-ath79/ath79.h>
#include "dev-eth.h"
#include "dev-gpio-buttons.h"