mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
1f059dfdf5
In the x86 MM code we'd like to untangle various types of historic header dependency spaghetti, but for this we'd need to pass to the generic vmalloc code various vmalloc related defines that customarily come via the <asm/page.h> low level arch header. Signed-off-by: Ingo Molnar <mingo@kernel.org>
5 lines
90 B
C
5 lines
90 B
C
#ifndef _ASM_CSKY_VMALLOC_H
|
|
#define _ASM_CSKY_VMALLOC_H
|
|
|
|
#endif /* _ASM_CSKY_VMALLOC_H */
|