staging: android: ram_console: drop early buffer support
authorColin Cross <ccross@android.com>
Thu, 8 Mar 2012 01:34:30 +0000 (17:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 02:32:40 +0000 (18:32 -0800)
commit8294e2362fa1ce8a172a32ae8607d35563e8b043
treeac79138707fed20debb692844dd8d916951c907d
parentf6ccb80ed6c96af2138da49b621edd3d0f19fdca
staging: android: ram_console: drop early buffer support

Early ramconsole is not very useful, an early crash will prevent
getting the logged data out on the next boot, and CONFIG_DEBUG_LL=y
will get the same information.  Drop it to simplify a future
refactoring.

CC: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig
drivers/staging/android/ram_console.c