]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MIPS: RB532: Remove unused rc32434_sync_delay and rc32434_sync_udelay
authorFlorian Fainelli <florian@openwrt.org>
Sat, 23 Aug 2008 16:54:04 +0000 (18:54 +0200)
committerRalf 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

index 9df04b72744a195f0b25699e3b050664c0a1f301..fce25d4231fc8f5b8920768ce65bf8980159e5b6 100644 (file)
@@ -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_ */