commit | ba69a3d78e4f51e65933a86b8b107c86709bb2f5 | [log] [tgz] |
---|---|---|
author | Varka Bhadram <varkab@cdac.in> | Mon Jul 14 14:09:08 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 14 19:14:15 2014 -0700 |
tree | c7be3c98e05b46d70dbd6e22d3fd138fc3103469 | |
parent | 13a4fa43bff03b745904fb1c6baaca42dd0fbf2c [diff] |
ethernet: amd: fix pci device ids Normally any device ids will be above the corresponding device driver structure. This patch moves the pci device ids and MODULE_DEVICE_TABLE() above the pci driver structure. Signed-off-by: Varka Bhadram <varkab@cdac.in> Signed-off-by: David S. Miller <davem@davemloft.net>