tg3: cleanup pci device table vars
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 9 Mar 2011 16:58:22 +0000 (16:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2011 09:56:12 +0000 (01:56 -0800)
commit4143470c10ab5c2bbd0522efe92935416332c5e8
tree8b8db1af8e25ac73b36f995c17ff3e92815ca61b
parentd4894f3ea7375dd9492b5d3d2ecb0b6e4bdb604e
tg3: cleanup pci device table vars

Commit 895950c2a6565d9eefda4a38b00fa28537e39fcb, entitled
"tg3: Use DEFINE_PCI_DEVICE_TABLE" moved two pci device tables into the
global address space, but didn't declare them static and didn't prefix
them with "tg3_".  This patch fixes those problems.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c