linux-stable/arch/sh/drivers/dma
afzal mohammed 5497fce735 sh: 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/b060312689820559121ee0a6456bbc1202fb7ee5.1585320721.git.afzal.mohd.ma@gmail.com
2020-03-29 21:03:43 +02:00
..
dma-api.c sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00
dma-g2.c sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00
dma-pvr2.c sh: Replace setup_irq() by request_irq() 2020-03-29 21:03:43 +02:00
dma-sh.c sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00
dma-sysfs.c sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00
dmabrg.c sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile sh: drivers: convert to SPDX identifiers 2018-12-28 12:11:44 -08:00