From: Arnd Bergmann Date: Sun, 2 Oct 2011 14:45:47 +0000 (+0200) Subject: usb: musb: allow building USB_MUSB_TUSB6010 as a module X-Git-Tag: v3.3-rc1~153^2~29^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a35f8767a568bdbb21ba7c3276fdc5321e3960d;p=pandora-kernel.git usb: musb: allow building USB_MUSB_TUSB6010 as a module Commit 1376d92f9 "usb: musb: allow musb and glue layers to be modules" made the USB_MUSB_TUSB6010 option modular, but actually building the driver as a module does not work, so various randconfig builds actually fail. This changes all code that depends on the option to also check for modular builds, and exports the necessary symbols. Signed-off-by: Arnd Bergmann Acked-by: Tony Lindgren Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed