OSDN Git Service

Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[uclinux-h8/linux.git] / include / linux / kcore.h
index bc088ef..8c3f8c1 100644 (file)
@@ -37,7 +37,7 @@ struct vmcoredd_node {
 };
 
 #ifdef CONFIG_PROC_KCORE
-extern void kclist_add(struct kcore_list *, void *, size_t, int type);
+void __init kclist_add(struct kcore_list *, void *, size_t, int type);
 static inline
 void kclist_add_remap(struct kcore_list *m, void *addr, void *vaddr, size_t sz)
 {