projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5408c49
)
[MIPS] I8253: Export i2853_lock to modules.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 14 Mar 2008 14:15:08 +0000
(14:15 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 1 Apr 2008 14:46:33 +0000
(15:46 +0100)
This fixes:
ERROR: "i8253_lock" [drivers/input/misc/pcspkr.ko] undefined!
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/i8253.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/i8253.c
b/arch/mips/kernel/i8253.c
index fc4aa07b6d35f8aa9e7542345f3b2f81de55d817..38fa1a194bf4b429f4146ff427239cfa6b6aa0c4 100644
(file)
--- a/
arch/mips/kernel/i8253.c
+++ b/
arch/mips/kernel/i8253.c
@@
-15,6
+15,7
@@
#include <asm/time.h>
DEFINE_SPINLOCK(i8253_lock);
+EXPORT_SYMBOL(i8253_lock);
/*
* Initialize the PIT timer.