Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: Move ULPI phy header out of drivers to include path

Although ULPI phy is currently being used by tusb1210,
there can be other consumers too in future. So move this
to the includes path for phy.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Vivek Gautam and committed by
Kishon Vijay Abraham I
858edde0 706a3b69

+1 -2
+1 -2
drivers/phy/phy-tusb1210.c
··· 12 12 #include <linux/module.h> 13 13 #include <linux/ulpi/driver.h> 14 14 #include <linux/gpio/consumer.h> 15 - 16 - #include "ulpi_phy.h" 15 + #include <linux/phy/ulpi_phy.h> 17 16 18 17 #define TUSB1210_VENDOR_SPECIFIC2 0x80 19 18 #define TUSB1210_VENDOR_SPECIFIC2_IHSTX_SHIFT 0
drivers/phy/ulpi_phy.h include/linux/phy/ulpi_phy.h