]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: Convert ISR parameter to tnapi
authorMatt Carlson <mcarlson@broadcom.com>
Fri, 28 Aug 2009 14:01:57 +0000 (14:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Aug 2009 22:42:58 +0000 (15:42 -0700)
commit09943a1819a240ff4a72f924d0038818fcdd0a90
tree7cb2e3833a2ec97b71e7b0bd7cb79fb31781cda8
parent8ef0442f98850333196bc56415192e52a6267878
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 <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c