usb: gadget: accessory: Fix section mismatch
authorBenoit Goby <benoit@android.com>
Sat, 23 Jun 2012 01:17:10 +0000 (18:17 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:55 +0000 (13:51 -0800)
commita1e00af15eba5b6770c37e1ef4c63a232e60632d
tree485471a017bdfea307ec95cb372d9c9693c161f7
parentd428b2ae73ecdddf8566b3dbd9a602c8fe9dc0ec
usb: gadget: accessory: Fix section mismatch

create_bulk_endpoints should not be __init since it is called when
accessory is enabled

Change-Id: If827a4531f0f6c15af938345163923186368e2a5
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/gadget/f_accessory.c