From: David Brownell Date: Sat, 18 Feb 2006 20:31:05 +0000 (-0800) Subject: [PATCH] USB: gadget driver section fixups X-Git-Tag: v2.6.17-rc1~1176^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329af28b141ab4ae847aff1362864c4cc332641f;p=pandora-kernel.git [PATCH] USB: gadget driver section fixups This adds __init section annotations to gadget driver bind() routines to remove calls from .text into .init sections (for endpoint autoconfig). Likewise it adds __exit section annotations to their unbind() routines. The specification of the gadget driver register/unregister functions is updated to explicitly allow use of those sections. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed