aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clocksource/i8253.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clocksource/i8253.c b/drivers/clocksource/i8253.c
index 39288c1dbd29..e594f52eb88e 100644
--- a/drivers/clocksource/i8253.c
+++ b/drivers/clocksource/i8253.c
@@ -16,9 +16,7 @@
16 * 0061-0061 : NMI Control Register which contains two speaker control bits. 16 * 0061-0061 : NMI Control Register which contains two speaker control bits.
17 */ 17 */
18DEFINE_RAW_SPINLOCK(i8253_lock); 18DEFINE_RAW_SPINLOCK(i8253_lock);
19#ifdef CONFIG_PCSPKR_PLATFORM
20EXPORT_SYMBOL(i8253_lock); 19EXPORT_SYMBOL(i8253_lock);
21#endif
22 20
23#ifdef CONFIG_CLKSRC_I8253 21#ifdef CONFIG_CLKSRC_I8253
24/* 22/*