From patchwork Tue Nov 19 05:20:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 179712 Delivered-To: patch@linaro.org Received: by 2002:a92:38d5:0:0:0:0:0 with SMTP id g82csp173772ilf; Mon, 18 Nov 2019 21:55:41 -0800 (PST) X-Google-Smtp-Source: APXvYqzoiQllRgDsxmVf0ODY04n6e5EPNUTrEamBhQrZGCk4py6E+tgzoW4eD9WljTeOTjOKpt/i X-Received: by 2002:a17:906:e0c5:: with SMTP id gl5mr2959437ejb.119.1574142941656; Mon, 18 Nov 2019 21:55:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574142941; cv=none; d=google.com; s=arc-20160816; b=r8je0FgRSVGKHhWRfDbVMOW4Y5GsCTdNuwOAlC4fZgUyiySCxvDJuC1iNOf5awzlF9 mcdcXsJXKtHt7vaSSVJFAzWQ7OBBEQeHlglAwYx+9w+15VGawoNHtdSJVNtjp1QhVAcW Tn+B+0lLpgG4H0taxtxstVy6Ma17q+3Hzm5G5ucCU6NKcOPRcGvch1JGg0dvgxkhHdPX D8hgNSIETo1xDoGEbLIUgon0NNKSuEaljSvqJcFOQ6bQeQvgQoThsia0/xxSfC0+Huyw wKCk2sVBcOjXKXy36jm+GgEIRR/Bv+a62Es+hFtkHYN0Jg9dbNUWlnhfZbVtY/vs+1u/ 53rQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=wiRTRD0xBA3W9/VTSsRJSLNU6ExtSRdiDszv4qytJ/s=; b=n+vXDdwpcOxZ0n17735FjuVoH1hTcceVFx6QGKPuIfu5Y/qUPKsCHYRRESLccczw90 KEdaNAurMNp9/2NjHLHbhKDhd8hVm1y3n8uFgReON5r2IPPugiJvsdwYpQ9CLEpHIFwl D7iKy6SSBJJeC4+eTKrdmVcB4HJ157tlqo1T8aGCaGCMZ+yMl/zJfEcPl0B2uFyXlXea ap/IBtirrCt/q35aBgOIF6R4SJN4BRkcl+uPsFrTVaIPRse/QUNpS+L58cWupE0lJATQ XoGmy152oOgkdFylakqH8xDmkeGAkOrjcse+xlCKAk+JNQZ8qKobfQT4X1fCTHKTbxLH ccKg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=YNec4prQ; spf=pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ec6si4225410ejb.174.2019.11.18.21.55.41; Mon, 18 Nov 2019 21:55:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=YNec4prQ; spf=pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731360AbfKSFzk (ORCPT + 15 others); Tue, 19 Nov 2019 00:55:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:53212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732213AbfKSFy6 (ORCPT ); Tue, 19 Nov 2019 00:54:58 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 E6109208C3; Tue, 19 Nov 2019 05:54:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574142897; bh=TgMTOV6vcLpQIk4fl+/asFU0iDlVDGF7K2gCTffcTAY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YNec4prQ07v/8RHslk2HMe1gRhreaqzQOF6r/spFOEbAszp8zN0k+7viN8d6EuZ8H pWw936fO8l4R48usbmIdAUCFu2WZOweIYWDUkGcoZzwWBVatoxrnqKpMMiy3JCvygn YRcm01GMSwiKkxDM8Y0xllUBeuLUBeg87JkUjKqQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , "David S. Miller" , Sasha Levin Subject: [PATCH 4.14 238/239] net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unused Date: Tue, 19 Nov 2019 06:20:38 +0100 Message-Id: <20191119051342.758447783@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191119051255.850204959@linuxfoundation.org> References: <20191119051255.850204959@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Arnd Bergmann [ Upstream commit 9b97123a584f60a5bca5a2663485768a1f6cd0a4 ] The newly added runtime-pm support causes a harmless warning when CONFIG_PM is disabled: drivers/net/phy/mdio-bcm-unimac.c:330:12: error: 'unimac_mdio_resume' defined but not used [-Werror=unused-function] static int unimac_mdio_resume(struct device *d) drivers/net/phy/mdio-bcm-unimac.c:321:12: error: 'unimac_mdio_suspend' defined but not used [-Werror=unused-function] static int unimac_mdio_suspend(struct device *d) Marking the functions as __maybe_unused is the easiest workaround and avoids adding #ifdef checks. Fixes: b78ac6ecd1b6 ("net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider") Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- drivers/net/phy/mdio-bcm-unimac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.20.1 diff --git a/drivers/net/phy/mdio-bcm-unimac.c b/drivers/net/phy/mdio-bcm-unimac.c index f9d98a6e67bc4..52703bbd4d666 100644 --- a/drivers/net/phy/mdio-bcm-unimac.c +++ b/drivers/net/phy/mdio-bcm-unimac.c @@ -316,7 +316,7 @@ static int unimac_mdio_remove(struct platform_device *pdev) return 0; } -static int unimac_mdio_suspend(struct device *d) +static int __maybe_unused unimac_mdio_suspend(struct device *d) { struct unimac_mdio_priv *priv = dev_get_drvdata(d); @@ -325,7 +325,7 @@ static int unimac_mdio_suspend(struct device *d) return 0; } -static int unimac_mdio_resume(struct device *d) +static int __maybe_unused unimac_mdio_resume(struct device *d) { struct unimac_mdio_priv *priv = dev_get_drvdata(d); int ret;