From: Steve Glendinning Date: Tue, 27 Jan 2009 06:51:10 +0000 (+0000) Subject: smsc911x: register isr as IRQF_SHARED X-Git-Tag: v2.6.30-rc1~662^2~868 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81259b4f7c69a71d92216ba551731fb7027bcbe;p=pandora-kernel.git smsc911x: register isr as IRQF_SHARED The isr supports shared operation, so register it with the IRQF_SHARED flag to indicate this. This patch also removes the IRQF_DISABLED flag. This driver doesn't need it, and IRQF_DISABLED isn't guaranteed when using shared interrupts. Signed-off-by: Steve Glendinning Signed-off-by: David S. Miller --- Reading git-diff-tree failed