drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency
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>
This commit is contained in:
parent
3d55399391
commit
e1e0a9e699
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
config CB710_CORE
|
config CB710_CORE
|
||||||
tristate "ENE CB710/720 Flash memory card reader support"
|
tristate "ENE CB710/720 Flash memory card reader support"
|
||||||
depends on PCI
|
depends on PCI && GENERIC_HARDIRQS
|
||||||
help
|
help
|
||||||
This option enables support for PCI ENE CB710/720 Flash memory card
|
This option enables support for PCI ENE CB710/720 Flash memory card
|
||||||
reader found in some laptops (ie. some versions of HP Compaq nx9500).
|
reader found in some laptops (ie. some versions of HP Compaq nx9500).
|
||||||
|
|
|
@ -461,7 +461,7 @@ config MMC_SDHI
|
||||||
|
|
||||||
config MMC_CB710
|
config MMC_CB710
|
||||||
tristate "ENE CB710 MMC/SD Interface support"
|
tristate "ENE CB710 MMC/SD Interface support"
|
||||||
depends on PCI
|
depends on PCI && GENERIC_HARDIRQS
|
||||||
select CB710_CORE
|
select CB710_CORE
|
||||||
help
|
help
|
||||||
This option enables support for MMC/SD part of ENE CB710/720 Flash
|
This option enables support for MMC/SD part of ENE CB710/720 Flash
|
||||||
|
|
Loading…
Add table
Reference in a new issue