]> git.baikalelectronics.ru Git - kernel.git/commit
cdc-ether: usbnet_cdc_zte_status() can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 12 Jan 2017 13:43:47 +0000 (13:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jan 2017 16:09:18 +0000 (11:09 -0500)
commit1304072282f997a5fcc8d14e47a1b57dd2d8355f
tree449dbc477497852ccd5ca4a8f92868904a22d098
parent6182bd13b62a7f41cdf22cf864e2b092aad94cc0
cdc-ether: usbnet_cdc_zte_status() can be static

Fixes the following sparse warning:

drivers/net/usb/cdc_ether.c:469:6: warning:
 symbol 'usbnet_cdc_zte_status' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ether.c