]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit37c9782c7306efcc831f7c989c0b7ab040956089
tree449dbc477497852ccd5ca4a8f92868904a22d098
parent4d7b9dc1f36a99423a6171d393040165fb135530
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