aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2008-03-14 14:15:08 +0000
committerRalf Baechle <ralf@linux-mips.org>2008-04-01 15:46:33 +0100
commita05e623f63f7ce2d6b334eb3d7ecb449b907b429 (patch)
treea425053653b2ba6a4f2d6c66ef03fffc347ee042 /arch/mips
parent[MIPS] VPE loader: Check result of memory allocation. (diff)
downloadlinux-dev-a05e623f63f7ce2d6b334eb3d7ecb449b907b429.tar.xz
linux-dev-a05e623f63f7ce2d6b334eb3d7ecb449b907b429.zip
[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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/i8253.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/i8253.c b/arch/mips/kernel/i8253.c
index fc4aa07b6d35..38fa1a194bf4 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.