module: Move kdb module related code out of main kdb code
[linux-2.6-block.git] / kernel / debug / kdb / kdb_private.h
index 0d2f9feea0a46a067171a7c83ecff8bb2dc2878e..1f8c519a5f81c3fbde7be5fdde64a726546c9864 100644 (file)
@@ -226,10 +226,6 @@ extern void kdb_kbd_cleanup_state(void);
 #define kdb_kbd_cleanup_state()
 #endif /* ! CONFIG_KDB_KEYBOARD */
 
-#ifdef CONFIG_MODULES
-extern struct list_head *kdb_modules;
-#endif /* CONFIG_MODULES */
-
 extern char kdb_prompt_str[];
 
 #define        KDB_WORD_SIZE   ((int)sizeof(unsigned long))