From: Felipe Balbi Date: Wed, 22 Jun 2011 14:28:09 +0000 (+0300) Subject: usb: musb: drop a gigantic amount of ifdeferry X-Git-Tag: v3.1-rc1~234^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622859634a663c5e55d0e2a2cdbb55ac058d97b3;p=pandora-kernel.git usb: musb: drop a gigantic amount of ifdeferry the MUSB IP is always OTG, so there's no point in adding so many ifdefs on the code. Drop those and always compile the driver for OTG support. This also allows us to drop the useless "driver mode" choice. For doing that, we need to make musb depend on both Host and Peripheral side. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed