diff options
Diffstat (limited to 'include/linux/kdb.h')
-rw-r--r-- | include/linux/kdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kdb.h b/include/linux/kdb.h index 410decacff8f..eb706188dc23 100644 --- a/include/linux/kdb.h +++ b/include/linux/kdb.h | |||
@@ -77,7 +77,6 @@ extern int kdb_poll_idx; | |||
77 | * number whenever the kernel debugger is entered. | 77 | * number whenever the kernel debugger is entered. |
78 | */ | 78 | */ |
79 | extern int kdb_initial_cpu; | 79 | extern int kdb_initial_cpu; |
80 | extern atomic_t kdb_event; | ||
81 | 80 | ||
82 | /* Types and messages used for dynamically added kdb shell commands */ | 81 | /* Types and messages used for dynamically added kdb shell commands */ |
83 | 82 | ||