commit | 398acce7af5eaead2093cf2fc0381e511f5f3edf | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Thu Feb 15 18:47:17 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 16 15:32:23 2007 -0800 |
tree | 9a9e6e9569c3fcca036ed8d7a2b555eeb3ced97d | |
parent | 691895c661b0419e7cd65429e5077264a2ca01a3 [diff] |
USB: at91_udc, shrink runtime footprint This is a runtime codespace shrink: in most cases, platform devices should put probe() should in the init section, and remove() in the exit section. And I have no idea why the module init/exit routines were mismarked. It also moves one function table into read-only data. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>