提交 21f07f4f 编写于 作者: T Thomas Gleixner

i8253: Export i8253_lock unconditionally

We don't want to add endless selects and module ifdefs.
Reported-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 8a118c38
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
* 0061-0061 : NMI Control Register which contains two speaker control bits. * 0061-0061 : NMI Control Register which contains two speaker control bits.
*/ */
DEFINE_RAW_SPINLOCK(i8253_lock); DEFINE_RAW_SPINLOCK(i8253_lock);
#ifdef CONFIG_PCSPKR_PLATFORM
EXPORT_SYMBOL(i8253_lock); EXPORT_SYMBOL(i8253_lock);
#endif
#ifdef CONFIG_CLKSRC_I8253 #ifdef CONFIG_CLKSRC_I8253
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册