USB: ehci-fsl: Update ifdef check to work on 64-bit ppc
authorKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2012 11:58:48 +0000 (06:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 00:11:12 +0000 (17:11 -0700)
commit08d7660d45bc3e14b0fafe2e891ca50b4b18591a
treecf5ca211871b309d5f6423b31d203c26b95fceb2
parentf9943c2596c76e6d5c032d13edb735a73b0cc582
USB: ehci-fsl: Update ifdef check to work on 64-bit ppc

We need to use CONFIG_FSL_SOC_BOOKE instead of CONFIG_PPC_85xx as
CONFIG_PPC_85xx isn't defined when we build support for 64-bit embedded
FSL PPC SoCs.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-fsl.c