aboutsummaryrefslogtreecommitdiff
path: root/include/logbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logbuff.h')
-rw-r--r--include/logbuff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/logbuff.h b/include/logbuff.h
index d41572905..d06d20884 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 */