]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: chipidea: debug: fix sparse non static symbol warnings
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 22 Jul 2014 02:09:45 +0000 (10:09 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:12 +0000 (21:18 -0600)
commit734d7876363a62866470f39ac6e9f72b222ba96c
tree3423bff5d2cb90a3bab2174b79ca906179f43d0d
parent575ca2d8d7b482276819cda666736b0b3891548f
usb: chipidea: debug: fix sparse non static symbol warnings

Fixes the following sparse warnings:

drivers/usb/chipidea/debug.c:211:5: warning:
 symbol 'ci_otg_show' was not declared. Should it be static?
drivers/usb/chipidea/debug.c:334:5: warning:
 symbol 'ci_registers_show' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/debug.c