From: Matt Carlson Date: Wed, 9 Mar 2011 16:58:22 +0000 (+0000) Subject: tg3: cleanup pci device table vars X-Git-Tag: v2.6.39-rc1~468^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4143470c10ab5c2bbd0522efe92935416332c5e8;p=pandora-kernel.git 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 Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed