Signed-off-by: Ralf Baechle To: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org arch/mips/Kconfig | 1 + arch/mips/kernel/i8253.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) Index: linux-mips/arch/mips/Kconfig =================================================================== --- linux-mips.orig/arch/mips/Kconfig +++ linux-mips/arch/mips/Kconfig @@ -2388,6 +2388,7 @@ config MMU config I8253 bool select CLKSRC_I8253 + select I8253_LOCK select MIPS_EXTERNAL_TIMER config ZONE_DMA32 Index: linux-mips/arch/mips/kernel/i8253.c =================================================================== --- linux-mips.orig/arch/mips/kernel/i8253.c +++ linux-mips/arch/mips/kernel/i8253.c @@ -16,9 +16,6 @@ #include #include -DEFINE_RAW_SPINLOCK(i8253_lock); -EXPORT_SYMBOL(i8253_lock); - /* * Initialize the PIT timer. * -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/