Revert "kernel: printk: Add non exported function for clearing the log ring buffer"

This reverts commit 90bb75ece8.
This commit is contained in:
黄涛
2011-07-30 22:30:39 +08:00
parent 6df06bbf23
commit 8edcca5773

View File

@@ -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.
*/