projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce812c
)
Need to include smp.h for the definition of smp_processor_id().
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 18 Apr 2005 10:40:09 +0000
(10:40 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:08 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/delay.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/delay.h
b/include/asm-mips/delay.h
index e906382576e6751c5a41ae6007c9e3314dbf21fa..85435a8d4e52d4287f2328a2cff093437ccbae96 100644
(file)
--- a/
include/asm-mips/delay.h
+++ b/
include/asm-mips/delay.h
@@
-12,7
+12,7
@@
#include <linux/config.h>
#include <linux/param.h>
-
+#include <linux/smp.h>
#include <asm/compiler.h>
static inline void __delay(unsigned long loops)