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

index c8b03996cdcb10d666b30ecb186bb68ff0db0374..24446daaad7dd2352393b8881a6584e8d6ec8c1c 100644 (file)
 #include <linux/irqdomain.h>
 #include <linux/irq.h>
 #include <linux/of_irq.h>
+#include <linux/irqchip/chained_irq.h>
 #include <linux/io.h>
 #include <linux/slab.h>
 #include <linux/err.h>
 
-#include <asm/mach/irq.h>
-
 #include "pinctrl-samsung.h"
 
 #define NUM_EINT       24
This page took 0.027162 seconds and 5 git commands to generate.