From: Varka Bhadram Date: Wed, 23 Jul 2014 03:49:49 +0000 (+0530) Subject: ethernet: realtek: use pci_device_id X-Git-Tag: cleanup-for-v3.18~108^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b3bff4c94cebc97726dc7f019cfc7ba3ced2e1;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed