From: Felipe Balbi Date: Fri, 22 Mar 2013 07:15:45 +0000 (+0200) Subject: usb: gadget: mv_u3d: drop ARCH dependency X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60630c2eabd40fb119a1b88af364003d2915b370;p=pandora-kernel.git usb: gadget: mv_u3d: drop ARCH dependency this driver compiles fine everywhere which means we can use linux-next to compile it for us frequently. By dropping the arch dependency, we also ensure driver writers don't add virtual arch-depdencies to the driver by e.g. using the wrong headers. While at that, fix Marvell's USB3 PHY dependency, that's the driver which depends on CPU_MM3, not mv_u3d_core. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed