Skip to content

Commit

Permalink
pinctrl: s3c24xx: use correct header for chained_irq functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Jun 18, 2013
1 parent af99a75 commit c2c70a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/pinctrl/pinctrl-s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
#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
Expand Down

0 comments on commit c2c70a7

Please sign in to comment.