]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 6 Feb 2013 16:23:56 +0000 (17:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Feb 2013 20:23:53 +0000 (12:23 -0800)
CB710_CORE (drivers/misc/cb710/core.c) calls devm_request_irq() and
therefore needs a GENERIC_HARDIRQS dependency to prevent a link
error on s390.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cb710/Kconfig
drivers/mmc/host/Kconfig

index 22429b8b1068e334e3640513f90ea2869ecdc068..5acb9c5b49c44e16ce57588ccc7fcd45af2cabe1 100644 (file)
@@ -1,6 +1,6 @@
 config CB710_CORE
        tristate "ENE CB710/720 Flash memory card reader support"
-       depends on PCI
+       depends on PCI && GENERIC_HARDIRQS
        help
          This option enables support for PCI ENE CB710/720 Flash memory card
          reader found in some laptops (ie. some versions of HP Compaq nx9500).
index 8d13c6594520094c82f054628b1086bfe5cc7bec..30041272ab96312e2d9130fa11209c4617cbba53 100644 (file)
@@ -461,7 +461,7 @@ config MMC_SDHI
 
 config MMC_CB710
        tristate "ENE CB710 MMC/SD Interface support"
-       depends on PCI
+       depends on PCI && GENERIC_HARDIRQS
        select CB710_CORE
        help
          This option enables support for MMC/SD part of ENE CB710/720 Flash