Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110071
b: refs/heads/master
c: 4b65fd4
h: refs/heads/master
i:
  110069: d4796ef
  110067: 587059a
  110063: 4553679
v: v3
  • Loading branch information
Adrian Bunk authored and Hirokazu Takata committed Sep 27, 2008
1 parent 6af6f11 commit 22a5196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: affa6b120fa895e2bed0e131282fe89c05da1008
refs/heads/master: 4b65fd41807dec1484003a7618c492477511509e
2 changes: 2 additions & 0 deletions trunk/arch/m32r/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#include <linux/param.h>
#include <linux/module.h>
#ifdef CONFIG_SMP
#include <linux/sched.h>
#include <asm/current.h>
Expand Down Expand Up @@ -121,3 +122,4 @@ void __ndelay(unsigned long nsecs)
{
__const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
}
EXPORT_SYMBOL(__ndelay);

0 comments on commit 22a5196

Please sign in to comment.