From: David Brownell Date: Tue, 19 Aug 2008 00:45:07 +0000 (-0700) Subject: usb gadget: link fixes for network gadget X-Git-Tag: v2.6.28-rc1~284^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33376c1c043c05077b4ac79c33804266f6c45e49;p=pandora-kernel.git usb gadget: link fixes for network gadget Change how the Ethernet/RNDIS 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 ...". This is a bit more complicated than most of the others because it had to resolve a few symbol collisions. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed