From: Kevin Cernekee Date: Sat, 11 Oct 2014 18:10:47 +0000 (-0700) Subject: USB: OHCI: Eliminate platform-specific test in ohci.h X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4760b3413732bccac2795b6aed28e2ff99c8ef4;p=pandora-kernel.git USB: OHCI: Eliminate platform-specific test in ohci.h The bcm63xx and bcm3384 platforms need to set OHCI_QUIRK_FRAME_NO, but they are non-PPC platforms and don't enable CONFIG_PPC_MPC52xx. Therefore this patch changes the code that uses OHCI_QUIRK_FRAME_NO, making it not depend on CONFIG_PPC_MPC52xx. Also, rephrase the comments describing OHCI_QUIRK_FRAME_NO and the related PSW endian swap. Signed-off-by: Kevin Cernekee Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed