Skip to content

Commit

Permalink
staging/android: Remove ram_console driver
Browse files Browse the repository at this point in the history
All the functionality is now supported by pstore and pstore_ram drivers.

Signed-off-by: Anton Vorontsov <[email protected]>
Acked-by: Kees Cook <[email protected]>
Acked-by: Colin Cross <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Anton Vorontsov authored and gregkh committed Jun 14, 2012
1 parent 521f728 commit 15d7644
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 187 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ config ANDROID_LOGGER
tristate "Android log driver"
default n

config ANDROID_RAM_CONSOLE
bool "Android RAM buffer console"
depends on !S390 && !UML && HAVE_MEMBLOCK && PSTORE_RAM=y
default n

config ANDROID_TIMED_OUTPUT
bool "Timed output class driver"
default y
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o
obj-$(CONFIG_ASHMEM) += ashmem.o
obj-$(CONFIG_ANDROID_LOGGER) += logger.o
obj-$(CONFIG_ANDROID_RAM_CONSOLE) += ram_console.o
obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o
obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o
obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
Expand Down
181 changes: 0 additions & 181 deletions drivers/staging/android/ram_console.c

This file was deleted.

0 comments on commit 15d7644

Please sign in to comment.