From: Simon Glass Date: Sat, 30 May 2020 16:29:03 +0000 (-0600) Subject: usb: ohci: Add header file for ARCH_DMA_MINALIGN X-Git-Tag: v2020.07-rc4~12^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72be2375614a6e5036a8c3207b187ac318a74991;p=oweals%2Fu-boot.git usb: ohci: Add header file for ARCH_DMA_MINALIGN This is defined in the asm/cache.h header file. Update this header file to include it so it gets the same value consistently across U-Boot. This fixes 'usb host' on omapl138_lcdk. Fixes: 90526e9fbac ("common: Drop net.h from common header") Reported-by: Adam Ford Signed-off-by: Simon Glass Tested-by: Adam Ford Reviewed-by: Tom Rini --- diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index 9b264bd92a..a38cd25eb8 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h @@ -11,6 +11,7 @@ * e.g. PCI controllers need this */ +#include #include #ifdef CONFIG_SYS_OHCI_SWAP_REG_ACCESS