]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a90a0bfe2ed6662b60d016ed6cb5929d7ddb582
tree8b8db1af8e25ac73b36f995c17ff3e92815ca61b
parentbd89a307c3ae57b651c0a22eb712877c56681215
tg3: cleanup pci device table vars

Commit 99837ac8dddf54daff3c22efc37ca61b877d6b53, 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