mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
i8253: Export i8253_lock unconditionally
We don't want to add endless selects and module ifdefs. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
8a118c3872
commit
21f07f4f57
1 changed files with 0 additions and 2 deletions
|
@ -16,9 +16,7 @@
|
|||
* 0061-0061 : NMI Control Register which contains two speaker control bits.
|
||||
*/
|
||||
DEFINE_RAW_SPINLOCK(i8253_lock);
|
||||
#ifdef CONFIG_PCSPKR_PLATFORM
|
||||
EXPORT_SYMBOL(i8253_lock);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_CLKSRC_I8253
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue