From: Matt Carlson Date: Fri, 28 Aug 2009 14:01:57 +0000 (+0000) Subject: tg3: Convert ISR parameter to tnapi X-Git-Tag: v2.6.32-rc1~703^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09943a1819a240ff4a72f924d0038818fcdd0a90;p=pandora-kernel.git tg3: Convert ISR parameter to tnapi This patch migrates the ISR parameter from struct net_device to struct tg3_napi. Checkpatch complains about the existence of the preexisting IRQF_SAMPLE_RANDOM flag. I've opted to keep this patch conservative and let it continue to exist until the flag gets officially purged from the kernel. Signed-off-by: Matt Carlson Signed-off-by: David S. Miller --- Reading git-diff-tree failed