From: David Brownell Date: Fri, 16 Feb 2007 02:47:17 +0000 (-0800) Subject: USB: at91_udc, shrink runtime footprint X-Git-Tag: v2.6.21-rc1~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398acce7af5eaead2093cf2fc0381e511f5f3edf;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed