summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-05-02 13:00:51 -0500
committerJeff Garzik <jgarzik@redhat.com>2008-05-06 12:01:41 -0400
commit9b9a8bfc8dfbe09dc57f274e32e8b06151abbad7 (patch)
treee866ac5c30d2156c1c7a0c42d1a46886b3a6db05 /drivers
parentf162b9d58273a9a5747211133c8ccb2de5cf5ff2 (diff)
downloadop-kernel-dev-9b9a8bfc8dfbe09dc57f274e32e8b06151abbad7.zip
op-kernel-dev-9b9a8bfc8dfbe09dc57f274e32e8b06151abbad7.tar.gz
phylib: Fix some sparse warnings
Declared some things static, declared some things in the header. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/phy/phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index 3c18bb5..45cc291 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -547,7 +547,7 @@ static void phy_force_reduction(struct phy_device *phydev)
* Must not be called from interrupt context, or while the
* phydev->lock is held.
*/
-void phy_error(struct phy_device *phydev)
+static void phy_error(struct phy_device *phydev)
{
mutex_lock(&phydev->lock);
phydev->state = PHY_HALTED;
OpenPOWER on IntegriCloud