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