From patchwork Tue Aug 11 18:34:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 6994211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 070EAC05AC for ; Tue, 11 Aug 2015 18:36:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2D406205C2 for ; Tue, 11 Aug 2015 18:36:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4EA62205BA for ; Tue, 11 Aug 2015 18:36:38 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZPENv-00056V-DZ; Tue, 11 Aug 2015 18:34:51 +0000 Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZPENs-00050C-DK for linux-arm-kernel@lists.infradead.org; Tue, 11 Aug 2015 18:34:49 +0000 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id 5D7051410BB; Tue, 11 Aug 2015 18:34:27 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id 413FE1410BC; Tue, 11 Aug 2015 18:34:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from localhost (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 9DE1D1410B7; Tue, 11 Aug 2015 18:34:26 +0000 (UTC) Date: Tue, 11 Aug 2015 11:34:25 -0700 From: Stephen Boyd To: Michael Turquette Subject: Re: [GIT PULL] i.MX clock updates for 4.2 Message-ID: <20150811183425.GL2839@codeaurora.org> References: <20150811085921.GB10035@tiger> <20150811174657.2416.1270@quantum> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150811174657.2416.1270@quantum> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150811_113448_484447_807AE087 X-CRM114-Status: GOOD ( 19.33 ) X-Spam-Score: -2.1 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel@pengutronix.de, Shawn Guo , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP On 08/11, Michael Turquette wrote: > > > > Also, please keep it stable, because I need to pull it into other > > branch as dependency which I will send via arm-soc tree. > > Will do. > > Also, the clock driver was not Cc'd to linux-clk mailing list nor did it > Cc myself or Stephen. I've taken a quick look at it and it seems fine, > but please post clk patches to the linux-clk mailing list in the future. > Yes. We would have found this unused include too. I'll apply this after we merge it into clk-next. ----8<---- From: Stephen Boyd Subject: [PATCH] clk: imx: Remove unused clkdev.h include Signed-off-by: Stephen Boyd --- drivers/clk/imx/clk-imx6ul.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c index aaa36650695f..c498f558e942 100644 --- a/drivers/clk/imx/clk-imx6ul.c +++ b/drivers/clk/imx/clk-imx6ul.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include