Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1487007

Re: [PATCH] phy: mark lan88xx_suspend() static

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] phy: mark lan88xx_suspend() static
Date 2016-09-20 04:00 +0200
Message-ID <sjivL-4Vq-9@gated-at.bofh.it> (permalink)
References <siFE5-5Oj-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Baoyou Xie <baoyou.xie@linaro.org>
Date: Sun, 18 Sep 2016 16:26:34 +0800

> We get 1 warning when building kernel with W=1:
> drivers/net/phy/microchip.c:58:5: warning: no previous prototype for 'lan88xx_suspend' [-Wmissing-prototypes]
> 
> In fact, this function is only used in the file in which it is
> declared and don't need a declaration, but can be made static.
> so this patch marks this function with 'static'.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>

Applied.

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH] phy: mark lan88xx_suspend() static Baoyou Xie <baoyou.xie@linaro.org> - 2016-09-18 10:30 +0200
  Re: [PATCH] phy: mark lan88xx_suspend() static David Miller <davem@davemloft.net> - 2016-09-20 04:00 +0200

csiph-web