]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pps gpio client: add missing dependency
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 5 Oct 2011 00:43:59 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Oct 2011 06:32:40 +0000 (17:32 +1100)
commit25a150ec0a3360abd66753d7dc1b99485d3bcd4b
treef6b4d105f28ddf35d937a43319def3d8e801c742
parent806bc7e1ff95b63b8944262c3a0c809e4cdc930d
pps gpio client: add missing dependency

Add "depends on GENERIC_HARDIRQS" to avoid compile breakage on s390:

drivers/built-in.o: In function `pps_gpio_remove':
linux-next/drivers/pps/clients/pps-gpio.c:189: undefined reference to `free_irq'

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: James Nuss <jamesnuss@nanometrics.ca>
Cc: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/pps/clients/Kconfig