diff options
| author | Wolfgang Denk <[email protected]> | 2009-12-15 23:38:34 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-12-15 23:38:34 +0100 |
| commit | bb3bcfa2426cc6a0aecec7270e3ee67ca843a125 (patch) | |
| tree | 0314e3d8e8d9e4d568a496fca27db33d66e68bb4 /examples/api/libgenwrap.c | |
| parent | a200a7c04d89853d2a1395b96d8ca5e3dd754551 (diff) | |
| parent | 4b142febff71eabdb7ddbb125c7b583b24ddc434 (diff) | |
Merge branch 'next' of ../next
Diffstat (limited to 'examples/api/libgenwrap.c')
| -rw-r--r-- | examples/api/libgenwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/api/libgenwrap.c b/examples/api/libgenwrap.c index 2b62badfb88..2b107d9797f 100644 --- a/examples/api/libgenwrap.c +++ b/examples/api/libgenwrap.c @@ -74,7 +74,7 @@ void putc (const char c) ub_putc(c); } -void udelay(unsigned long usec) +void __udelay(unsigned long usec) { ub_udelay(usec); } |
