tg3: Remove define and single use of GET_CHIP_REV_ID
authorJoe Perches <joe@perches.com>
Sat, 16 Feb 2013 11:20:03 +0000 (11:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 17:45:52 +0000 (12:45 -0500)
It's the same value as tp->pci_chip_rev_id so use that
instead.  This makes all CHIPREV_ID_<foo> tests the same.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found