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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,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 5946AC433E0 for ; Tue, 2 Feb 2021 11:34:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C56664EC1 for ; Tue, 2 Feb 2021 11:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231196AbhBBLex (ORCPT ); Tue, 2 Feb 2021 06:34:53 -0500 Received: from guitar.tcltek.co.il ([192.115.133.116]:34438 "EHLO mx.tkos.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231336AbhBBLcw (ORCPT ); Tue, 2 Feb 2021 06:32:52 -0500 Received: from tarshish (unknown [10.0.8.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 9820D440DBB; Tue, 2 Feb 2021 13:32:04 +0200 (IST) References: <20210202112219.3610853-1-alexandre.belloni@bootlin.com> <20210202112219.3610853-6-alexandre.belloni@bootlin.com> User-agent: mu4e 1.4.15; emacs 27.1 From: Baruch Siach To: Alexandre Belloni Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 05/21] rtc: digicolor: quiet maybe-unused variable warning In-reply-to: <20210202112219.3610853-6-alexandre.belloni@bootlin.com> Date: Tue, 02 Feb 2021 13:32:01 +0200 Message-ID: <874kiuemdq.fsf@tarshish> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Hi Alex, On Tue, Feb 02 2021, Alexandre Belloni wrote: > When CONFIG_OF is disabled then the matching table is not referenced. > > Signed-off-by: Alexandre Belloni Acked-by: Baruch Siach Thanks, baruch > --- > drivers/rtc/rtc-digicolor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/rtc/rtc-digicolor.c b/drivers/rtc/rtc-digicolor.c > index 4fdfa5b6feb2..218a6de19247 100644 > --- a/drivers/rtc/rtc-digicolor.c > +++ b/drivers/rtc/rtc-digicolor.c > @@ -205,7 +205,7 @@ static int __init dc_rtc_probe(struct platform_device *pdev) > return devm_rtc_register_device(rtc->rtc_dev); > } > > -static const struct of_device_id dc_dt_ids[] = { > +static const __maybe_unused struct of_device_id dc_dt_ids[] = { > { .compatible = "cnxt,cx92755-rtc" }, > { /* sentinel */ } > }; -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -