Message ID | 1473839072-5673-12-git-send-email-kishon@ti.com |
---|---|
State | Accepted |
Commit | 713b3ce9a3afba269590b8630db8abd8e139f873 |
Headers | show |
diff --git a/drivers/phy/tegra/xusb.c b/drivers/phy/tegra/xusb.c index dbd2a4d..873424a 100644 --- a/drivers/phy/tegra/xusb.c +++ b/drivers/phy/tegra/xusb.c @@ -102,7 +102,8 @@ tegra_xusb_pad_find_phy_node(struct tegra_xusb_pad *pad, unsigned int index) return of_find_node_by_name(np, pad->soc->lanes[index].name); } -int tegra_xusb_lane_lookup_function(struct tegra_xusb_lane *lane, +static int +tegra_xusb_lane_lookup_function(struct tegra_xusb_lane *lane, const char *function) { unsigned int i;