Skip to content

Commit

Permalink
MIPS: RB532: Remove unused rc32434_sync_delay and rc32434_sync_udelay
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 11, 2008
1 parent 606a083 commit 09b7dcf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/asm-mips/mach-rc32434/rc32434.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 09b7dcf

Please sign in to comment.