]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
genirq: Remove setup_irq() and remove_irq()
authorafzal mohammed <afzal.mohd.ma@gmail.com>
Fri, 27 Mar 2020 16:11:16 +0000 (21:41 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Apr 2020 08:08:50 +0000 (10:08 +0200)
commit07d8350ede4c4c29634b26c163a1eecdf39dfcfb
treea2582a9257e2cec585f2a7bfe1ac13e1f4e5b8ac
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
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
include/linux/irq.h
kernel/irq/manage.c