From: Arnd Bergmann Date: Thu, 8 May 2014 13:52:20 +0000 (+0200) Subject: usb: ohci: sort out dependencies for lpc32xx and omap X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e0c109404506266e33c29c77c2da39630954a4;p=pandora-kernel.git usb: ohci: sort out dependencies for lpc32xx and omap The dependency on the isp1301 driver is not something that should be in the main OHCI driver but rather the SoC specific part of it. This moves the dependency for LPC32xx into USB_OHCI_HCD_LPC32XX, and changes the 'select ISP1301_OMAP' to a similar 'depends on'. Since the same dependency exists for the client driver, do the same change there. Signed-off-by: Arnd Bergmann Cc: linux-omap@vger.kernel.org Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed