]> 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>
Thu, 6 Oct 2011 06:00:10 +0000 (17:00 +1100)
commit3f565988f5f35928cc30ef7bcacb3aec4f74a9b4
tree6bd3766b566303b7dfef1bac98d4895cc771a820
parenteddee901c5f068da6ecb008da422573372d42644
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