Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21f07f4f authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i8253: Export i8253_lock unconditionally



We don't want to add endless selects and module ifdefs.

Reported-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8a118c38
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
/*