From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Mon, 17 Jun 2013 22:16:08 +0900 Subject: [PATCH 2/3] pinctrl: s3c24xx: use correct header for chained_irq functions In-Reply-To: <201306140045.51206.heiko@sntech.de> References: <201306140044.15568.heiko@sntech.de> <201306140045.51206.heiko@sntech.de> Message-ID: <1a1801ce6b5c$d5395270$7fabf750$%kim@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Heiko St?bner wrote: > > 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 > --- > drivers/pinctrl/pinctrl-s3c24xx.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/pinctrl/pinctrl-s3c24xx.c b/drivers/pinctrl/pinctrl- > s3c24xx.c > index c8b0399..24446da 100644 > --- a/drivers/pinctrl/pinctrl-s3c24xx.c > +++ b/drivers/pinctrl/pinctrl-s3c24xx.c > @@ -19,12 +19,11 @@ > #include > #include > #include > +#include > #include > #include > #include > > -#include > - > #include "pinctrl-samsung.h" > > #define NUM_EINT 24 > -- > 1.7.10.4 Hmm, would be nice if I could take 1st and 2nd into samsung tree :-) Linus, if any problems, please let me know. Thanks, - Kukjin