From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432AbdEPKIA (ORCPT ); Tue, 16 May 2017 06:08:00 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:30726 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751624AbdEPKH6 (ORCPT ); Tue, 16 May 2017 06:07:58 -0400 Subject: Re: [PATCH v5 1/3] phy: qcom-usb: Remove unused ulpi phy header To: Vivek Gautam , References: <1494485262-18995-1-git-send-email-vivek.gautam@codeaurora.org> CC: , , From: Kishon Vijay Abraham I Message-ID: <02e495ea-5e21-d8bf-c869-d62ed5b70770@ti.com> Date: Tue, 16 May 2017 15:37:25 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1494485262-18995-1-git-send-email-vivek.gautam@codeaurora.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Suggested-by: Stephen Boyd > Cc: Kishon Vijay Abraham I > 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 this patch introduced a bunch of compiler errors because of missing "#include ". I fixed it and merged to linux-phy fixes. Thanks Kishon