Hi, This driver won't build on architectures without generic hardirq support.
Signed-off-by: Jeff Moyer <[email protected]> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 014a1cf..f3a5300 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -325,6 +325,7 @@ config BLK_DEV_SKD tristate "STEC S1120 Block Driver" depends on PCI depends on 64BIT + depends on GENERIC_HARDIRQS ---help--- Saying Y or M here will enable support for the STEC, Inc. S1120 PCIe SSD. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

