commit | 0e530b45783f75a29bde20bbf9e287c915a4f68b | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Sat Apr 05 14:17:14 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:48 2008 -0700 |
tree | c32b0677126225b5b2df3e88ccdc86dc376a58c7 | |
parent | 61a5c657892a43653d6189972159590751a0673e [diff] |
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 <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>