1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __ASM_MACH_RALINK_KMALLOC_H 3 #define __ASM_MACH_RALINK_KMALLOC_H 4 5 #ifdef CONFIG_DMA_NONCOHERENT 6 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 7 #endif 8 9 #endif /* __ASM_MACH_RALINK_KMALLOC_H */ 10