Skip to content

Commit

Permalink
i8253: Export i8253_lock unconditionally
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Jun 10, 2011
1 parent 8a118c3 commit 21f07f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/clocksource/i8253.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand Down

0 comments on commit 21f07f4

Please sign in to comment.