diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-09 07:04:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-09 07:04:14 +0000 |
commit | 2f3548335621bec12f71eecfada372f3b32ce43f (patch) | |
tree | 2a3a14c4c57b27579fadf447f4c7fb52dd935e95 | |
parent | 1430934c1a473cc9c3293427796a7e47efccbbc4 (diff) | |
download | master-187ad058-2f3548335621bec12f71eecfada372f3b32ce43f.tar.gz master-187ad058-2f3548335621bec12f71eecfada372f3b32ce43f.tar.bz2 master-187ad058-2f3548335621bec12f71eecfada372f3b32ce43f.zip |
ar71xx: compex wpe72 add space to include statement
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46284 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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" |