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>
Цей коміт міститься в:
Heiko Carstens
2013-02-06 17:23:56 +01:00
зафіксовано Greg Kroah-Hartman
джерело 3d55399391
коміт e1e0a9e699
2 змінених файлів з 2 додано та 2 видалено

Переглянути файл

@@ -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).