summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-10-06 14:36:31 +0400
committerAlexey Dobriyan <adobriyan@gmail.com>2008-10-23 18:51:22 +0400
commit5aa140c2deca3701238d5acddf436ad7b02664c7 (patch)
tree25cd153f4592aa66fd6459a650fab3b48052f066 /include
parent6d80e53f0056178c63fa8fbf3e8de40fb4df5f50 (diff)
downloadlinux-5aa140c2deca3701238d5acddf436ad7b02664c7.tar.gz
linux-5aa140c2deca3701238d5acddf436ad7b02664c7.tar.xz
proc: move /proc/vmcore creation to fs/proc/vmcore.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/crash_dump.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h
index 0acf3b737e2e..2dac064d8359 100644
--- a/include/linux/crash_dump.h
+++ b/include/linux/crash_dump.h
@@ -14,8 +14,6 @@ extern unsigned long long elfcorehdr_addr;
extern ssize_t copy_oldmem_page(unsigned long, char *, size_t,
unsigned long, int);
-extern const struct file_operations proc_vmcore_operations;
-extern struct proc_dir_entry *proc_vmcore;
/* Architecture code defines this if there are other possible ELF
* machine types, e.g. on bi-arch capable hardware. */