diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-27 21:39:50 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-03-29 21:03:42 +0200 |
commit | 45b26ddee6d7d69c1ca41fdc843ac2cadaf4293c (patch) | |
tree | 340f0094eda5627a0b6bb439969b08451a6776d5 /Kconfig | |
parent | e13b99f3005829acc64287271fa6cacec6e3aeab (diff) |
hexagon: Replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.
setup_irq() was required in older kernels as the memory allocator was not
available during early boot.
Hence replace setup_irq() by request_irq().
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/e84ac60de8f747d49ce082659e51595f708c29d4.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions