summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-20 06:40:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-20 06:40:36 +0000
commit455331a8ec804a99280125ed17665b19ae30bae4 (patch)
treeb098b2b0f85d3f22b89b57ed8070e36109f6d058 /target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h
parent23e3735ad5ae41911935cc04b042a6060da969df (diff)
downloadmaster-31e0f0ae-455331a8ec804a99280125ed17665b19ae30bae4.tar.gz
master-31e0f0ae-455331a8ec804a99280125ed17665b19ae30bae4.tar.bz2
master-31e0f0ae-455331a8ec804a99280125ed17665b19ae30bae4.zip
nuke trailing whitespaces
SVN-Revision: 10872
Diffstat (limited to 'target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h')
-rw-r--r--target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h b/target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h
index c77d74ec9f..dccf541550 100644
--- a/target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h
+++ b/target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h
@@ -30,11 +30,11 @@ static inline int clz(unsigned long val)
: "=r" (ret)
: "r" (val)
);
-
+
return ret;
}
-/*
+/*
* Atheros CPUs before the AR2315 are using MIPS 4Kc core, later designs are
* using MIPS 4KEc R2 core. This makes it easy to determine the board at runtime.
*/
@@ -157,7 +157,7 @@ extern void ar5315_pci_irq(int irq);
static inline u32 sysRegMask(u32 phys, u32 mask, u32 value)
{
u32 reg;
-
+
reg = sysRegRead(phys);
reg &= ~mask;
reg |= value & mask;