]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 fc4aa07b6d35f8aa9e7542345f3b2f81de55d817..38fa1a194bf4b429f4146ff427239cfa6b6aa0c4 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/time.h>
 
 DEFINE_SPINLOCK(i8253_lock);
+EXPORT_SYMBOL(i8253_lock);
 
 /*
  * Initialize the PIT timer.