summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-06 01:42:37 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-06 01:42:37 +0400
commitedd0a3fcd03403e71e756629032ed2413f1f44d5 (patch)
tree2dc8fa84198f0d739cbfacc81ff78179256eba61
parentb95f2f6bee1fd2145696c45eb8af6b6f30655819 (diff)
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-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;
}