Skip to content

Commit

Permalink
phy: qcom-usb: Remove unused ulpi phy header
Browse files Browse the repository at this point in the history
Ulpi phy header is not used for anything. Remove the same
from qcom-hs and qcom-hsic phy drivers.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Suggested-by: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
  • Loading branch information
Vivek Gautam authored and Kishon Vijay Abraham I committed Jun 1, 2017
1 parent 9605bc4 commit 706a3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/phy/phy-qcom-usb-hs.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
#include <linux/clk.h>
#include <linux/regulator/consumer.h>
#include <linux/of_device.h>
#include <linux/phy/phy.h>
#include <linux/reset.h>
#include <linux/extcon.h>
#include <linux/notifier.h>

#include "ulpi_phy.h"

#define ULPI_PWR_CLK_MNG_REG 0x88
# define ULPI_PWR_OTG_COMP_DISABLE BIT(0)

Expand Down
3 changes: 1 addition & 2 deletions drivers/phy/phy-qcom-usb-hsic.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
#include <linux/module.h>
#include <linux/ulpi/driver.h>
#include <linux/ulpi/regs.h>
#include <linux/phy/phy.h>
#include <linux/pinctrl/consumer.h>
#include <linux/pinctrl/pinctrl-state.h>
#include <linux/delay.h>
#include <linux/clk.h>

#include "ulpi_phy.h"

#define ULPI_HSIC_CFG 0x30
#define ULPI_HSIC_IO_CAL 0x33

Expand Down

0 comments on commit 706a3b6

Please sign in to comment.