[PATCH][RESEND] ARM: SAMSUNG: remove IRQF_DISABLED

2013-12-09 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24xx/simtec-usb.c | 3 +-- arch/arm/mach-s3c64xx/

Re: [PATCH][RESEND] ARM: SAMSUNG: remove IRQF_DISABLED

2013-12-09 Thread Kukjin Kim
On 12/09/13 18:02, Michael Opdenacker wrote: This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24x