From: David Brownell Date: Tue, 19 Aug 2008 00:41:02 +0000 (-0700) Subject: usb gadget: link fixes for serial gadget X-Git-Tag: v2.6.28-rc1~284^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e9ba518ec19c6c961bf6074ec05ae1a927230bc;p=pandora-kernel.git usb gadget: link fixes for serial gadget Change how the serial gadget driver builds: don't use separate compilation, since it works poorly when key parts are library code (with init sections etc). Instead be as close as we can to "gcc --combine ...". Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed