commit | 07d8350ede4c4c29634b26c163a1eecdf39dfcfb | [log] [tgz] |
---|---|---|
author | afzal mohammed <afzal.mohd.ma@gmail.com> | Fri Mar 27 21:41:16 2020 +0530 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Apr 14 10:08:50 2020 +0200 |
tree | a2582a9257e2cec585f2a7bfe1ac13e1f4e5b8ac | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 [diff] |
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