diff options
Diffstat (limited to 'include/logbuff.h')
-rw-r--r-- | include/logbuff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/logbuff.h b/include/logbuff.h index d4157290538..d06d2088442 100644 --- a/include/logbuff.h +++ b/include/logbuff.h @@ -31,8 +31,6 @@ #define LOGBUFF_OVERHEAD (4096) /* Logbuffer overhead for extra info */ #define LOGBUFF_RESERVE (LOGBUFF_LEN+LOGBUFF_OVERHEAD) -#define LOGBUFF_INITIALIZED (1<<31) - /* The mapping used here has to be the same as in setup_ext_logbuff () in linux/kernel/printk */ |