diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-14 14:15:08 +0000 | 
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-01 15:46:33 +0100 | 
| commit | a05e623f63f7ce2d6b334eb3d7ecb449b907b429 (patch) | |
| 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>
| -rw-r--r-- | arch/mips/kernel/i8253.c | 1 | 
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. | 
