mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
net: ks8851-ml: remove deprecated IRQF_DISABLED
This patch proposes to remove the IRQF_DISABLED flag from drivers/net/ethernet/micrel/ks8851_mll.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>
This commit is contained in:
parent
599c2e1f22
commit
cfb9a514bc
@ -915,7 +915,7 @@ static int ks_net_open(struct net_device *netdev)
|
||||
struct ks_net *ks = netdev_priv(netdev);
|
||||
int err;
|
||||
|
||||
#define KS_INT_FLAGS (IRQF_DISABLED|IRQF_TRIGGER_LOW)
|
||||
#define KS_INT_FLAGS IRQF_TRIGGER_LOW
|
||||
/* lock the card, even if we may not actually do anything
|
||||
* else at the moment.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user