Skip to content

Commit

Permalink
pps gpio client: add missing dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: James Nuss <[email protected]>
Cc: Rodolfo Giometti <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
heicarst authored and torvalds committed Nov 2, 2011

Verified

This commit was signed with the committer’s verified signature.
ifreund Isaac Freund
1 parent 1615204 commit 79bc574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pps/clients/Kconfig
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ config PPS_CLIENT_PARPORT

config PPS_CLIENT_GPIO
tristate "PPS client using GPIO"
depends on PPS
depends on PPS && GENERIC_HARDIRQS
help
If you say yes here you get support for a PPS source using
GPIO. To be useful you must also register a platform device

0 comments on commit 79bc574

Please sign in to comment.