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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4AFBAC6FA82 for ; Fri, 23 Sep 2022 06:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tlcVsJscWbz4zdA/aniQgkT7lQ/RWaIro+80fKYjyXY=; b=bLAVDw6E/0mpSO 2d5fz4cP8YpShtoV3omuBA9zjnSoI6E/GS5t2JN30AjSVbUd3Hnip6KyLsJ8By2+JlsktXFul9go2 U9h1PRnofTfx7V1mQSxGq4lGi9AtLsesw8cvrw3283s6cbl7gr7HjabQT7sFPGrrlUYUEcLzuUI+J L7RvlsUb0y3gFAzfCPCdJKX834C9hnDZ1BNBExzQyhBAnXrmhSEUWlF/UpVYzfF0PNwjq9+nzMn21 p6CDuV8qejjH7Yr+dIJv6RoN6327CcNyK9B8Oy5ldDLcwmcrdia/6VBMiozzijo9OD2m/EbyxK2j6 LmLQJoaCQvBUaOjiQwxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obc4k-002RC7-4V; Fri, 23 Sep 2022 06:22:14 +0000 Received: from isilmar-4.linta.de ([136.243.71.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obc4h-002R6y-4U for linux-arm-kernel@lists.infradead.org; Fri, 23 Sep 2022 06:22:12 +0000 X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from owl.dominikbrodowski.net (owl.brodo.linta [10.2.0.111]) by isilmar-4.linta.de (Postfix) with ESMTPSA id A5E5A201349; Fri, 23 Sep 2022 06:21:42 +0000 (UTC) Received: by owl.dominikbrodowski.net (Postfix, from userid 1000) id A38CD806F2; Thu, 22 Sep 2022 16:25:58 +0200 (CEST) Date: Thu, 22 Sep 2022 16:25:58 +0200 From: Dominik Brodowski To: ruanjinjie Subject: Re: [PATCH -next] pcmcia: at91_cf: make mc static Message-ID: References: <20220914030045.190571-1-ruanjinjie@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220914030045.190571-1-ruanjinjie@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_232211_365657_0B33EA25 X-CRM114-Status: GOOD ( 10.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, lpieralisi@kernel.org, rmk+kernel@armlinux.org.uk, pali@kernel.org, claudiu.beznea@microchip.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Wed, Sep 14, 2022 at 11:00:45AM +0800 schrieb ruanjinjie: > The symbol is not used outside of the file, so mark it static. > > Fixes the following warning: > > ./drivers/pcmcia/at91_cf.c:49:15: warning: symbol 'mc' was not declared. Should it be static? > > Signed-off-by: ruanjinjie Applied to the pcmcia tree. Thanks, Dominik _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel