Re: [PATCH] net: ethoc: Make needlessly global struct ethtool_ops static

2017-01-17 Thread David Miller
From: Tobias Klauser Date: Tue, 17 Jan 2017 15:01:08 +0100 > Make the needlessly global struct ethtool_ops ethoc_ethtool_ops static > to fix a sparse warning. > > Signed-off-by: Tobias Klauser Applied, thanks.

[PATCH] net: ethoc: Make needlessly global struct ethtool_ops static

2017-01-17 Thread Tobias Klauser
Make the needlessly global struct ethtool_ops ethoc_ethtool_ops static to fix a sparse warning. Signed-off-by: Tobias Klauser --- drivers/net/ethernet/ethoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ethoc.c