Merge remote-tracking branch 'lsk/v3.10/topic/gator' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / ehci-hcd.c
index 4150380df705ab4296cf9dc0e21ae1087a7e2f90..d44d43f293becd19c7f6a455255f041554caf223 100644 (file)
@@ -591,7 +591,7 @@ static int ehci_run (struct usb_hcd *hcd)
         */
        hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
        if (HCC_64BIT_ADDR(hcc_params)) {
-#if CONFIG_ARM64
+#ifdef CONFIG_ARM64
                ehci_writel(ehci, ehci->periodic_dma >> 32, &ehci->regs->segment);
                /*
                 * this is deeply broken on almost all architectures