diff options
author | John Crispin <john@openwrt.org> | 2015-07-09 07:04:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-09 07:04:14 +0000 |
commit | e8161f4764c496de51fa09e1d479258cf655d8a2 (patch) | |
tree | 13ee724df5395d921fbadcb11cf10e6256c51282 /target/linux/ar71xx | |
parent | 8a1cca04caeae397be58edf6faa4ba1bca546581 (diff) | |
download | upstream-e8161f4764c496de51fa09e1d479258cf655d8a2.tar.gz upstream-e8161f4764c496de51fa09e1d479258cf655d8a2.tar.bz2 upstream-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/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c | 2 |
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" |