projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a118c3
)
i8253: Export i8253_lock unconditionally
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 9 Jun 2011 21:08:47 +0000
(23:08 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 10 Jun 2011 14:43:59 +0000
(16:43 +0200)
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>
drivers/clocksource/i8253.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/i8253.c
b/drivers/clocksource/i8253.c
index 39288c1dbd29000e84746d9a45e98e88c76e3042..e594f52eb88ecb1eb87c80aacf35d6be8a5560ed 100644
(file)
--- a/
drivers/clocksource/i8253.c
+++ b/
drivers/clocksource/i8253.c
@@
-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
/*