Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ethernet: amd: remove deprecated IRQF_DISABLED

This patch proposes to remove the IRQF_DISABLED flag from
drivers/net/ethernet/amd/sun3lance.c

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Michael Opdenacker and committed by
David S. Miller
7bebd005 46c915f8

+1 -1
+1 -1
drivers/net/ethernet/amd/sun3lance.c
··· 358 358 359 359 REGA(CSR0) = CSR0_STOP; 360 360 361 - if (request_irq(LANCE_IRQ, lance_interrupt, IRQF_DISABLED, "SUN3 Lance", dev) < 0) { 361 + if (request_irq(LANCE_IRQ, lance_interrupt, 0, "SUN3 Lance", dev) < 0) { 362 362 #ifdef CONFIG_SUN3 363 363 iounmap((void __iomem *)ioaddr); 364 364 #endif