usb: gadget: accessory: Fix section mismatch
authorBenoit Goby <benoit@android.com>
Sat, 23 Jun 2012 01:17:10 +0000 (18:17 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:50 +0000 (13:40 -0700)
commitc9a230854e3e1d839ae063ee1a75967567d2abfa
tree3b09ffcf03429c84ee520c2b446b89439d16ea4d
parent7df159a58eea374cda7a989901a12fb7e81896a4
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