aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-09 20:12:22 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-09 20:12:22 +0400
commitf95bbe8a10b398532dd8cbbfeeec40c3f61e2f0a (patch)
treec468004aa3e2ed4082b93206b775af862f93f551
parent889025fc091f143f4b5cffa3d33957ce74adfbb7 (diff)
parentedd0a3fcd03403e71e756629032ed2413f1f44d5 (diff)
Merge branch 'tracking-capri-support-fixes' into merge-linux-linaro-core-tracking
-rw-r--r--include/linux/phy/phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 6ca6c6122fe4..d577bd45c9a1 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -214,7 +214,7 @@ static inline int phy_get_bus_width(struct phy *phy)
return -ENOSYS;
}
-static inline void phy_set_bus_width(struct phy *phy, bus_width)
+static inline void phy_set_bus_width(struct phy *phy, int bus_width)
{
return;
}