diff options
| author | Simon Glass <[email protected]> | 2020-05-30 10:29:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-02 13:06:11 -0400 |
| commit | 6d39fccc176051bd970f97df9bb7e578f9854677 (patch) | |
| tree | 09059aa312df756ee5571d741f54a18e86d5d9d4 /include/linux | |
| parent | 72be2375614a6e5036a8c3207b187ac318a74991 (diff) | |
dma-mapping: Add header file for ARCH_DMA_MINALIGN
This is defined in the asm/cache.h header file. Update this header file to
include it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Adam Ford <[email protected]> #da850-evm
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma-mapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 20b6d60dd88..6a107d52e07 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h @@ -2,6 +2,7 @@ #ifndef _LINUX_DMA_MAPPING_H #define _LINUX_DMA_MAPPING_H +#include <asm/cache.h> #include <linux/dma-direction.h> #include <linux/types.h> #include <asm/dma-mapping.h> |
