]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: s3c24xx: use correct header for chained_irq functions
authorHeiko Stuebner <heiko@sntech.de>
Tue, 18 Jun 2013 17:41:14 +0000 (02:41 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 17:41:20 +0000 (02:41 +0900)
commitc2c70a7905dbf97472e9a5fa6919675462373994
treed4daea4875cd9b9f99f0def03ec43e722e70d23a
parentaf99a7507469d4fa6dd4d8d633e093b1ff7aff6e
pinctrl: s3c24xx: use correct header for chained_irq functions

chained_irq_enter and chained_irq_exit moved to a real header
under linux/pinctrl instead of asm/.

Update the pinctrl driver to use the correct header and fix the
build error.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>`
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/pinctrl/pinctrl-s3c24xx.c