Commit 2f26a9a9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] fix block/cciss.c with PROC_FS=n

kernel/built-in.o(.text+0x1d42b): In function `crash_create_proc_entry':
: undefined reference to `proc_vmcore'
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3dc59794
......@@ -185,10 +185,11 @@ static inline CommandList_struct *removeQ(CommandList_struct **Qptr,
}
return c;
}
#ifdef CONFIG_PROC_FS
#include "cciss_scsi.c" /* For SCSI tape support */
#ifdef CONFIG_PROC_FS
/*
* Report information about this controller.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment