]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: f_obex: Fix sparse warning
authorJingoo Han <jg1.han@samsung.com>
Mon, 16 Dec 2013 09:43:50 +0000 (18:43 +0900)
committerFelipe Balbi <balbi@ti.com>
Tue, 17 Dec 2013 19:17:43 +0000 (13:17 -0600)
commit9272fe5a99962915241701f75c0efceae9e736b5
treeb4ffb4a42b421a8064fbde7de936860599bcc60e
parent36a61125484a3a1cc6dc66f3e4e13b25e447cf3e
usb: gadget: f_obex: Fix sparse warning

Make local symbol static in order to fix the following sparse
warning.

drivers/usb/gadget/f_obex.c:502:21: warning: symbol 'obex_alloc' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_obex.c