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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 3BFA1C4363A for ; Wed, 28 Oct 2020 22:18:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D187B206E3 for ; Wed, 28 Oct 2020 22:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603923481; bh=cfMIr4fiYF0NJu/rh8yiKL35w1hV0pyU5UEChNa3ttE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MysVeOEaglnDbWbwbeCOWM+GE8D+zyUPq6EHU2ZKk6Rhs14pP/vt6MLs1l048a1XC ojWLIyZ9+2IfQgRXA2uqEfReOKeNWvGjq5KnZw+9qppWy6XSZwaSns59ZgLCU8vfBz gPqgN26NWBi/YtW6tHm++Pr2qXBeKOSF+99+HmIY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731702AbgJ1WRl (ORCPT ); Wed, 28 Oct 2020 18:17:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:60526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731614AbgJ1WRf (ORCPT ); Wed, 28 Oct 2020 18:17:35 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (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 790E62467F; Wed, 28 Oct 2020 09:00:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603875603; bh=cfMIr4fiYF0NJu/rh8yiKL35w1hV0pyU5UEChNa3ttE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VIcyYBCFd4e9EnAQjitL0PQde4hS6319Ew6Hcf0AavpS6jOU740NJBAxGj7ZAI51B oY/o0ucqkLK3nLeKYR9P7t6GEgWQesEAzR8VHSfSgUNF9wYWnUQyeQf8x6c9L/Bh76 wunuNh9rO1/nH3v2CFU6MaUv5GKvD9fP6FRLNbqI= Date: Wed, 28 Oct 2020 16:59:54 +0800 From: Shawn Guo To: peng.fan@nxp.com Cc: s.hauer@pengutronix.de, festevam@gmail.com, abel.vesa@nxp.com, kernel@pengutronix.de, linux-imx@nxp.com, Anson.Huang@nxp.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, aisheng.dong@nxp.com Subject: Re: [PATCH] firmware: imx: add dummy functions Message-ID: <20201028085953.GI28755@dragon> References: <1600770269-30619-1-git-send-email-peng.fan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1600770269-30619-1-git-send-email-peng.fan@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 22, 2020 at 06:24:29PM +0800, peng.fan@nxp.com wrote: > From: Peng Fan > > add dummy functions to avoid build failure when header files > are included, but drivers are not built. > > Signed-off-by: Peng Fan Applied, thanks.