a320777dd4f6f5301d474c97a06c author Michal Nazarewicz 1277121424 +0200 committer Greg Kroah-Hartman 1281476137 -0700 USB: gadget: section mismatch warning fixed In may gadgets bind and bind like functions were in a init section as they were only run during initialisation. However, being callback functions they were referenced from structures in “normal” sections. Changing the tag from “__init” to “__ref” fixes the warnings. Signed-off-by: Michal Nazarewicz Cc: Kyungmin Park Signed-off-by: Greg Kroah-Hartman