From: Michael Hennerich Date: Fri, 29 May 2009 03:39:45 +0000 (+0000) Subject: netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt X-Git-Tag: v2.6.31-rc1~330^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a455f089810625eb94a36ccc40ae963f451b06;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Signed-off-by: David S. Miller --- Reading git-diff-tree failed