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)
commit717ff727faa05958633e4e786f5b092c4bcf58e7
tree76a21c6247b7d29055f6ed3a48eeb7355851c220
parent885d29941435e16dea6a52e42bbb3c8b87676bd8
tg3: Remove define and single use of GET_CHIP_REV_ID

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>
drivers/net/ethernet/broadcom/tg3.c
drivers/net/ethernet/broadcom/tg3.h