samsung: pm-check: Cleanup chunk exclude code to use suspend_volatile
[cascardo/linux.git] / kernel / printk.c
index 639a55a..363718d 100644 (file)
@@ -158,14 +158,9 @@ static int console_may_schedule;
 static __suspend_volatile_bss char __log_buf[__LOG_BUF_LEN];
 static char *log_buf = __log_buf;
 static int log_buf_len = __LOG_BUF_LEN;
-/* Added pm_check_* versions just in case these names are reused elsewhere */
-char *pm_check_log_buf = __log_buf;
-int *pm_check_log_buf_len = &log_buf_len;
 
 /* Number of chars produced since last read+clear operation */
 static __suspend_volatile_bss unsigned logged_chars;
-/* Added pm_check_* versions just in case these names are reused elsewhere */
-unsigned *pm_check_logged_chars = &logged_chars;
 static int saved_console_loglevel = -1;
 
 #ifdef CONFIG_KEXEC