blob: 954f5d6e0dd0c8c0304c91c5c15d7d0a3bb1af75 (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_MACH_ATH79_KMALLOC_H
#define __ASM_MACH_ATH79_KMALLOC_H
#define ARCH_DMA_MINALIGN L1_CACHE_BYTES
#endif /* __ASM_MACH_ATH79_KMALLOC_H */
|