From patchwork Mon Mar 20 13:19:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivek Gautam X-Patchwork-Id: 9634205 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4ACE6601E9 for ; Mon, 20 Mar 2017 13:29:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 379C320144 for ; Mon, 20 Mar 2017 13:29:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2C7A227F9F; Mon, 20 Mar 2017 13:29:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, SORTED_RECIPS, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFAA120144 for ; Mon, 20 Mar 2017 13:29:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753155AbdCTN3b (ORCPT ); Mon, 20 Mar 2017 09:29:31 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34528 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754860AbdCTN30 (ORCPT ); Mon, 20 Mar 2017 09:29:26 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id F1161607BE; Mon, 20 Mar 2017 13:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1490016032; bh=ax7dQRqW1N0cMaS7yKvkSV2iSrJWchCbJIVKvmxoq2U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LWuQ7YQjk6VzqCo3Zh/rYj684lyxbnvt88zcv8IVKR2YnA2w/HsW4M07M2Khutm+J mk+Gjpt/z+O1p0L+0PJJyIbf1qwWiHa5pTbLCtY+c4bfITsYPpYvt0uqtcyuqewUNg 2zcDPGF7yJ+GTMUSM/0theVyXiNeV2F4EkwZIl2E= Received: from blr-ubuntu-41.ap.qualcomm.com (unknown [202.46.23.61]) (using TLSv1.1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: vivek.gautam@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 12015607BE; Mon, 20 Mar 2017 13:20:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1490016030; bh=ax7dQRqW1N0cMaS7yKvkSV2iSrJWchCbJIVKvmxoq2U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=okXFn4+ZWyvTpoZ7/XCf8J0EQl+m6UC3dRgrXFO1IwWilhO+pigfUJHtehCeOWjIN HgVHpIK+x2I6avi5HYD/zTPeqq+RvjAFQ2+8Gs6jiypZhddUIgsMS2MLQKyg3Aegly DNcqZhH8mvD8Bw4dDqSAUDbElJxDBYkuucg+LxEQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 12015607BE Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vivek.gautam@codeaurora.org From: Vivek Gautam To: kishon@ti.com Cc: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org, Vivek Gautam Subject: [PATCH v4 1/3] phy: qcom-usb: Remove unused ulpi phy header Date: Mon, 20 Mar 2017 18:49:55 +0530 Message-Id: <1490015997-12956-2-git-send-email-vivek.gautam@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1490015997-12956-1-git-send-email-vivek.gautam@codeaurora.org> References: <1490015997-12956-1-git-send-email-vivek.gautam@codeaurora.org> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- - New patch added in the series. Removing headers as per Stephen's suggestion. drivers/phy/phy-qcom-usb-hs.c | 2 -- drivers/phy/phy-qcom-usb-hsic.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/drivers/phy/phy-qcom-usb-hs.c b/drivers/phy/phy-qcom-usb-hs.c index 94dfbfd739c3..43704f4f23e9 100644 --- a/drivers/phy/phy-qcom-usb-hs.c +++ b/drivers/phy/phy-qcom-usb-hs.c @@ -15,8 +15,6 @@ #include #include -#include "ulpi_phy.h" - #define ULPI_PWR_CLK_MNG_REG 0x88 # define ULPI_PWR_OTG_COMP_DISABLE BIT(0) diff --git a/drivers/phy/phy-qcom-usb-hsic.c b/drivers/phy/phy-qcom-usb-hsic.c index 47690f9945b9..6dcaf04fa367 100644 --- a/drivers/phy/phy-qcom-usb-hsic.c +++ b/drivers/phy/phy-qcom-usb-hsic.c @@ -13,8 +13,6 @@ #include #include -#include "ulpi_phy.h" - #define ULPI_HSIC_CFG 0x30 #define ULPI_HSIC_IO_CAL 0x33