diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-02-23 17:16:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-26 11:36:54 -0500 |
commit | ed820f47bc5f9336840a43b3542c0281812bec03 (patch) | |
tree | 11b7bef799b6ec8ecdd8bb6877452da17c402bc8 /drivers/net/ntb_netdev.c | |
parent | 9e25b6f52a3cefe3c5152591346fd79825ebabd8 (diff) | |
download | linux-ed820f47bc5f9336840a43b3542c0281812bec03.tar.bz2 |
xen-netback: make function xenvif_rx_skb static
The function xenvif_rx_skb is local to the source and does not need
to be in global scope, so make it static.
Cleans up sparse warning:
drivers/net/xen-netback/rx.c:422:6: warning: symbol 'xenvif_rx_skb'
was not declared. Should it be static?
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ntb_netdev.c')
0 files changed, 0 insertions, 0 deletions