projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606a083
)
MIPS: RB532: Remove unused rc32434_sync_delay and rc32434_sync_udelay
author
Florian Fainelli
<florian@openwrt.org>
Sat, 23 Aug 2008 16:54:04 +0000
(18:54 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 11 Oct 2008 15:18:46 +0000
(16:18 +0100)
This patch removes these two unused functions :
rc32434_sync_delay and rc32434_sync_udelay
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mach-rc32434/rc32434.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/mach-rc32434/rc32434.h
b/include/asm-mips/mach-rc32434/rc32434.h
index
9df04b7
..
fce25d4
100644
(file)
--- a/
include/asm-mips/mach-rc32434/rc32434.h
+++ b/
include/asm-mips/mach-rc32434/rc32434.h
@@
-16,16
+16,4
@@
static inline void rc32434_sync(void)
__asm__ volatile ("sync");
}
-static inline void rc32434_sync_udelay(int us)
-{
- __asm__ volatile ("sync");
- udelay(us);
-}
-
-static inline void rc32434_sync_delay(int ms)
-{
- __asm__ volatile ("sync");
- mdelay(ms);
-}
-
#endif /* _ASM_RC32434_RC32434_H_ */