From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8538C43387 for ; Wed, 9 Jan 2019 18:44:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A22820685 for ; Wed, 9 Jan 2019 18:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547059478; bh=hk4rAvhHNlewP9qKO0WdhaNVghN3Bcke1CCc+nNrVio=; h=Subject:Cc:To:In-Reply-To:From:References:Date:List-ID:From; b=VEov7lkUOG9qLkizrNPjclFZib3oHW/G0HfgXpLWodLJ4d3XOPTexyP1N2NFOqufg hUhWNU0uSRAn+Lo01Q7ibX2Q11zZnh0nt36ptBy3xujIz2p4PsctV1YXA3f6CEjBjj 8k4l6A8cTuD7MgCJMFnCMp7kBr5UaAUt7xM2AHM4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727348AbfAISoi (ORCPT ); Wed, 9 Jan 2019 13:44:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:46774 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726465AbfAISoi (ORCPT ); Wed, 9 Jan 2019 13:44:38 -0500 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 927C120661; Wed, 9 Jan 2019 18:44:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547059477; bh=hk4rAvhHNlewP9qKO0WdhaNVghN3Bcke1CCc+nNrVio=; h=Subject:Cc:To:In-Reply-To:From:References:Date:From; b=Ms7a96gjMSim89DGyQTIC1EKWagqMQsRo1dhZIfMO0LwBxnHUo9UD/3xRcBV5wCFj fGRRycg/19B5jnfdvAoiMZcwgKYqcZRtnaAtdufbQ8ETF/JkmCbg0VrohnErppcrND tvxD+axiFUPnFOiG8XniHED6a8GkfnIC1Qb/F8DY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] clk: imx: Remove Kconfig duplicate include Cc: Michael Turquette , Rob Herring , Fabio Estevam , dl-linux-imx , "linux-clk@vger.kernel.org" , Linux Kernel Mailing List , Abel Vesa , Abel Vesa To: Abel Vesa , Aisheng Dong , Lucas Stach , Sascha Hauer In-Reply-To: <1546534688-17842-1-git-send-email-abel.vesa@nxp.com> From: Stephen Boyd User-Agent: alot/0.8 References: <1546534688-17842-1-git-send-email-abel.vesa@nxp.com> Message-ID: <154705947688.15366.2049527826426414260@swboyd.mtv.corp.google.com> Date: Wed, 09 Jan 2019 10:44:36 -0800 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Abel Vesa (2019-01-03 08:58:20) > Commit d360b130e210f2 ("clk: imx: Make the i.MX8MQ CCM clock driver CLK_I= MX8MQ dependant") > introduced this dupplicate (and wrongfuly ordered). >=20 > Fixes: d360b130e210f2 ("clk: imx: Make the i.MX8MQ CCM clock driver CLK_I= MX8MQ dependant") > Signed-off-by: Abel Vesa > --- Applied to clk-fixes