aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorafzal mohammed <afzal.mohd.ma@gmail.com>2020-03-27 21:41:16 +0530
committerThomas Gleixner <tglx@linutronix.de>2020-04-14 10:08:50 +0200
commit07d8350ede4c4c29634b26c163a1eecdf39dfcfb (patch)
treea2582a9257e2cec585f2a7bfe1ac13e1f4e5b8ac /include/linux
parentLinux 5.7-rc1 (diff)
downloadwireguard-linux-07d8350ede4c4c29634b26c163a1eecdf39dfcfb.tar.xz
wireguard-linux-07d8350ede4c4c29634b26c163a1eecdf39dfcfb.zip
genirq: Remove setup_irq() and remove_irq()
Now that all the users of setup_irq() & remove_irq() have been replaced by request_irq() & free_irq() respectively, delete them. Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lkml.kernel.org/r/0aa8771ada1ac8e1312f6882980c9c08bd023148.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 9315fbb87db3..c63c2aa915ff 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -573,8 +573,6 @@ enum {
#define IRQ_DEFAULT_INIT_FLAGS ARCH_IRQ_INIT_FLAGS
struct irqaction;
-extern int setup_irq(unsigned int irq, struct irqaction *new);
-extern void remove_irq(unsigned int irq, struct irqaction *act);
extern int setup_percpu_irq(unsigned int irq, struct irqaction *new);
extern void remove_percpu_irq(unsigned int irq, struct irqaction *act);