[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180917.082455.59234586078429698.davem@davemloft.net>
Date: Mon, 17 Sep 2018 08:24:55 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: zhongjiang@...wei.com
Cc: bryan.whitehead@...rochip.com, UNGLinuxDriver@...rochip.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: ethernet: Fix a unused function warning.
From: zhong jiang <zhongjiang@...wei.com>
Date: Mon, 17 Sep 2018 18:44:19 +0800
> Fix the following compile warning:
>
> drivers/net/ethernet/microchip/lan743x_main.c:2964:12: warning: lan743x_pm_suspend defined but not used [-Wunused-function]
> static int lan743x_pm_suspend(struct device *dev)
> drivers/net/ethernet/microchip/lan743x_main.c:2987:12: warning: lan743x_pm_resume defined but not used [-Wunused-function]
> static int lan743x_pm_resume(struct device *dev)
>
> Signed-off-by: zhong jiang <zhongjiang@...wei.com>
Applied.
Powered by blists - more mailing lists