forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/sh/include/asm/mmzone.h
....@@ -2,8 +2,6 @@
22 #ifndef __ASM_SH_MMZONE_H
33 #define __ASM_SH_MMZONE_H
44
5
-#ifdef __KERNEL__
6
-
75 #ifdef CONFIG_NEED_MULTIPLE_NODES
86 #include <linux/numa.h>
97
....@@ -44,5 +42,4 @@
4442 /* arch/sh/mm/init.c */
4543 void __init allocate_pgdat(unsigned int nid);
4644
47
-#endif /* __KERNEL__ */
4845 #endif /* __ASM_SH_MMZONE_H */