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