Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111114
b: refs/heads/master
c: 09b7dcf
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 11, 2008
1 parent f8eb88b commit 6a65d41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 606a083b1e1a357cb66454e4581b80f1a67d8368
refs/heads/master: 09b7dcf220a37245b16fd4a716923d75bf6edf8b
12 changes: 0 additions & 12 deletions trunk/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 6a65d41

Please sign in to comment.