From: David Brownell Date: Tue, 31 Mar 2009 19:28:31 +0000 (-0700) Subject: USB: nop-usb-xceiv: behave when linked as a module X-Git-Tag: v2.6.31-rc1~304^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc835e321a9f3fa5e083436872e198095f4805b9;p=pandora-kernel.git USB: nop-usb-xceiv: behave when linked as a module The NOP OTG transceiver driver needs to be usable from modules. Make sure its symbols are always accessible at both compile and link time, and make sure the device instance is allocated from the heap so that device lifetime rules are obeyed. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed