diff --git a/[refs] b/[refs] index cb52b13c6d80..daac332ce50f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 606a083b1e1a357cb66454e4581b80f1a67d8368 +refs/heads/master: 09b7dcf220a37245b16fd4a716923d75bf6edf8b diff --git a/trunk/include/asm-mips/mach-rc32434/rc32434.h b/trunk/include/asm-mips/mach-rc32434/rc32434.h index 9df04b72744a..fce25d4231fc 100644 --- a/trunk/include/asm-mips/mach-rc32434/rc32434.h +++ b/trunk/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_ */