]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: musb: dsps: make dsps_musb_clear_ep_rxintr() static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Feb 2017 03:30:28 +0000 (21:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 09:05:11 +0000 (10:05 +0100)
commit4ab53a69257015381f0dba18cb928902e753758c
treee13f297ce65df15513c3cb9143948379ae315cae
parentc1fce66ecd271dee5379f419a69b8ff5dae49ba1
usb: musb: dsps: make dsps_musb_clear_ep_rxintr() static

Fixes the following sparse warning:

drivers/usb/musb/musb_dsps.c:270:6: warning:
 symbol 'dsps_musb_clear_ep_rxintr' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_dsps.c