From: David Brownell Date: Sat, 5 Apr 2008 21:17:14 +0000 (-0700) Subject: USB: gadget section fixes X-Git-Tag: v2.6.26-rc1~1061^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e530b45783f75a29bde20bbf9e287c915a4f68b;p=pandora-kernel.git USB: gadget section fixes Restore some section annotations: they were switched to "__devinit" while they should have been "__init", because of bogus warnings. The warnings are now fixed, so the runtime footprint of various drivers can now shrink a bit. On ARMv5, it's about 600 bytes except for the Ethernet gadget, where it can save a bit more. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed