Ver código fonte

[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>
Ralf Baechle 17 anos atrás
pai
commit
a05e623f63
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/mips/kernel/i8253.c

+ 1 - 0
arch/mips/kernel/i8253.c

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