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