audit: add tty field to LOGIN event
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / mm / vmalloc.c
index 77f2f0f501d12343b674fc30656b90195c492709..0bfb05f48e3cadc4f5ccbd8f97ed47157d592a1e 100644 (file)
@@ -1143,7 +1143,12 @@ void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t pro
 }
 EXPORT_SYMBOL(vm_map_ram);
 
+#ifdef CONFIG_RKP
+struct vm_struct *vmlist __initdata;
+#else
 static struct vm_struct *vmlist __initdata;
+#endif
+
 /**
  * vm_area_add_early - add vmap area early during boot
  * @vm: vm_struct to add