summaryrefslogtreecommitdiffstats
path: root/drivers/phy/tegra
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2016-09-15 15:46:11 +0530
committerKishon Vijay Abraham I <kishon@ti.com>2016-09-15 16:45:20 +0530
commitcb9850d092f7d2c86662d71fbfe10685cbddda21 (patch)
tree77023cbc002680edbe3738f87dc9be413a8b8e68 /drivers/phy/tegra
parent81522637485dd6ec9de4279c9714d58f884b6091 (diff)
parentb78ea84a7d45b9e5ad2eee429a2140065a39d755 (diff)
downloadlinux-stable-cb9850d092f7d2c86662d71fbfe10685cbddda21.tar.gz
linux-stable-cb9850d092f7d2c86662d71fbfe10685cbddda21.tar.bz2
linux-stable-cb9850d092f7d2c86662d71fbfe10685cbddda21.zip
Merge branch 'next' into resolution
Conflicts: drivers/extcon/extcon-adc-jack.c drivers/extcon/extcon-arizona.c drivers/extcon/extcon-gpio.c include/linux/extcon.h
Diffstat (limited to 'drivers/phy/tegra')
-rw-r--r--drivers/phy/tegra/xusb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/phy/tegra/xusb.c b/drivers/phy/tegra/xusb.c
index ec83dfdbc206..873424ab0e32 100644
--- a/drivers/phy/tegra/xusb.c
+++ b/drivers/phy/tegra/xusb.c
@@ -18,6 +18,7 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/phy/phy.h>
+#include <linux/phy/tegra/xusb.h>
#include <linux/platform_device.h>
#include <linux/regulator/consumer.h>
#include <linux/reset.h>
@@ -101,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;