diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-27 19:09:32 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-03-29 22:03:42 +0300 |
commit | e13b99f3005829acc64287271fa6cacec6e3aeab (patch) | |
tree | b5a73e2e557092c8c2331f1a0172ba3bc4881a28 /scripts | |
parent | 82c849eb36fe6dcfa955b25c7aad71b5c1b4403c (diff) | |
download | linux-e13b99f3005829acc64287271fa6cacec6e3aeab.tar.xz |
c6x: 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/56e991e920ce5806771fab892574cba89a3d413f.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions