netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
authorMichael Hennerich <michael.hennerich@analog.com>
Fri, 29 May 2009 03:39:45 +0000 (03:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 May 2009 22:49:07 +0000 (15:49 -0700)
commit91a455f089810625eb94a36ccc40ae963f451b06
tree2bc475e46d3996edb60025bd8eef9be6f7739373
parent60df914e295a21a223e43a7ee01e0c73c64dd111
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt

The IRQ used by the Blackfin EMAC is internal to the peripheral and cannot
be used to generate any other interrupt, so there is no point in marking it
as IRQF_SHARED.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bfin_mac.c