mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
Revert "kernel: printk: Add non exported function for clearing the log ring buffer"
This reverts commit 90bb75ece8.
This commit is contained in:
@@ -268,14 +268,6 @@ static int log_buf_get_len(void)
|
||||
return logged_chars;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clears the ring-buffer
|
||||
*/
|
||||
void log_buf_clear(void)
|
||||
{
|
||||
logged_chars = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Copy a range of characters from the log buffer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user