David Brownell 398acce7af 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>
2007-02-16 15:32:23 -08:00
..
2007-02-07 15:44:37 -08:00
2005-04-16 15:20:36 -07:00
2007-02-07 15:44:39 -08:00
2006-07-12 16:03:24 -07:00
2007-02-16 15:32:20 -08:00