commit | 91a455f089810625eb94a36ccc40ae963f451b06 | [log] [tgz] |
---|---|---|
author | Michael Hennerich <michael.hennerich@analog.com> | Fri May 29 03:39:45 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 29 15:49:07 2009 -0700 |
tree | 2bc475e46d3996edb60025bd8eef9be6f7739373 | |
parent | 60df914e295a21a223e43a7ee01e0c73c64dd111 [diff] |
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>