Re: [PATCH v3] net: hns: mark symbols static where possible

From: David Miller
Date: Mon Oct 03 2016 - 21:52:14 EST


From: Baoyou Xie <baoyou.xie@xxxxxxxxxx>
Date: Sat, 1 Oct 2016 16:15:26 +0800

> We get a few warnings when building kernel with W=1:
...
> In fact, these functions are only used in the file in which they are
> declared and don't need a declaration, but can be made static.
> So this patch marks these functions with 'static'.
>
> Signed-off-by: Baoyou Xie <baoyou.xie@xxxxxxxxxx>

Still doesn't apply to net-next.