X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-hcd.c;h=d44d43f293becd19c7f6a455255f041554caf223;hb=d831fd1b46d04e5c8c8a0431c321578d25852695;hp=4150380df705ab4296cf9dc0e21ae1087a7e2f90;hpb=2a9c8004701ab3f31758bf919d6f1fa027bbe280;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 4150380df705..d44d43f293be 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -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