]> git.baikalelectronics.ru Git - kernel.git/commit
amd-xgbe-phy: Fix build break for missing declaration
authorTom Lendacky <thomas.lendacky@amd.com>
Sun, 7 Sep 2014 14:54:41 +0000 (09:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Sep 2014 18:21:31 +0000 (11:21 -0700)
commitf3dd4df205d1b58fb7bbec6ec7334550ac7ecaa1
tree5c069232c16a1980abee1a2ecf50f6a1f0fe506c
parent4a217bf83cd66d7d84db375707133a162621f4ec
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>
drivers/net/phy/amd-xgbe-phy.c