commit | a42f5c17131103ec54a71dfb7e6bb7b3704686a1 | [log] [tgz] |
---|---|---|
author | Tom Lendacky <thomas.lendacky@amd.com> | Sun Sep 07 09:54:41 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 07 11:21:31 2014 -0700 |
tree | 5c069232c16a1980abee1a2ecf50f6a1f0fe506c | |
parent | 8b3bfffc410268ccae137a36f1aee6024a72332c [diff] |
amd-xgbe-phy: Fix build break for missing declaration A previous patch inadvertently deleted a declaration in the amd_xgbe_an_tx_training function causing the build to fail. Add the declaration for 'priv' back to the function. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>