ethernet: amd: fix pci device ids
authorVarka Bhadram <varkab@cdac.in>
Mon, 14 Jul 2014 08:39:08 +0000 (14:09 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2014 02:14:15 +0000 (19:14 -0700)
commitba69a3d78e4f51e65933a86b8b107c86709bb2f5
treec7be3c98e05b46d70dbd6e22d3fd138fc3103469
parent13a4fa43bff03b745904fb1c6baaca42dd0fbf2c
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>
drivers/net/ethernet/amd/amd8111e.c