commit | 96b3bff4c94cebc97726dc7f019cfc7ba3ced2e1 | [log] [tgz] |
---|---|---|
author | Varka Bhadram <varkab@cdac.in> | Wed Jul 23 09:19:49 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 23 14:56:40 2014 -0700 |
tree | b44df25409d3ae7041772b1569011c8dedcb9fc6 | |
parent | 5490c27218b8b8ea7b9fd7320587f5e65c027a6f [diff] |
ethernet: realtek: use pci_device_id 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>