ethernet: realtek: use pci_device_id
authorVarka Bhadram <varkab@cdac.in>
Wed, 23 Jul 2014 03:49:49 +0000 (09:19 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2014 21:56:40 +0000 (14:56 -0700)
This patch use the struct pci_device_id instead of using macro
DEFINE_PCI_DEVICE_TABLE which is deprecated and should not be used.
And also moves these ids after probe and remove functionalities.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found