From: "Robert P. J. Day" Remove the apparently useless config option GENERIC_BUST_SPINLOCK, since nothing in the source tree refers to it. Signed-off-by: Robert P. J. Day Cc: Russell King Signed-off-by: Andrew Morton --- arch/arm/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff -puN arch/arm/Kconfig~arm-remove-useless-config-option-generic_bust_spinlock arch/arm/Kconfig --- a/arch/arm/Kconfig~arm-remove-useless-config-option-generic_bust_spinlock +++ a/arch/arm/Kconfig @@ -114,9 +114,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config GENERIC_BUST_SPINLOCK - bool - config ARCH_MAY_HAVE_PC_FDC bool _