From: David Brownell Date: Tue, 19 Aug 2008 00:41:31 +0000 (-0700) Subject: usb gadget: link fixes for gadget zero X-Git-Tag: v2.6.28-rc1~284^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e75bc0f9006e995a0fa25f0a285addc3d5fd5cb;p=pandora-kernel.git usb gadget: link fixes for gadget zero Change how the Gadget Zero 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