Re: [PATCH v5 1/3] phy: qcom-usb: Remove unused ulpi phy header

From: Kishon Vijay Abraham I
Date: Tue May 16 2017 - 06:08:03 EST


Hi Vivek,

On Thursday 11 May 2017 12:17 PM, Vivek Gautam wrote:
> 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@xxxxxxxxxxxxxx>
> Suggested-by: Stephen Boyd <stephen.boyd@xxxxxxxxxx>
> Cc: Kishon Vijay Abraham I <kishon@xxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-arm-msm@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: linux-usb@xxxxxxxxxxxxxxx

this patch introduced a bunch of compiler errors because of missing "#include
<linux/phy/phy.h>". I fixed it and merged to linux-phy fixes.

Thanks
Kishon