mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
[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>
This commit is contained in:
parent
5408c490a4
commit
a05e623f63
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue