OSDN Git Service

[MIPS] I8253: Export i2853_lock to modules.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 14 Mar 2008 14:15:08 +0000 (14:15 +0000)
committerRalf 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

index fc4aa07..38fa1a1 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/time.h>
 
 DEFINE_SPINLOCK(i8253_lock);
+EXPORT_SYMBOL(i8253_lock);
 
 /*
  * Initialize the PIT timer.