commit | a05e623f63f7ce2d6b334eb3d7ecb449b907b429 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Mar 14 14:15:08 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Apr 01 15:46:33 2008 +0100 |
tree | a425053653b2ba6a4f2d6c66ef03fffc347ee042 | |
parent | 5408c490a4297556cfe10ba9725b1bd13f4a8377 [diff] |
[MIPS] I8253: Export i2853_lock to modules. This fixes: ERROR: "i8253_lock" [drivers/input/misc/pcspkr.ko] undefined! Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/i8253.c b/arch/mips/kernel/i8253.c index fc4aa07..38fa1a1 100644 --- 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.