staging: Remove the Android logger driver
authorJohn Stultz <john.stultz@linaro.org>
Mon, 26 Jan 2015 20:07:32 +0000 (12:07 -0800)
committerMark Salyzyn <salyzyn@google.com>
Mon, 23 Mar 2015 21:19:08 +0000 (14:19 -0700)
commit4f8c75c8d90e9b65ead2eb6d92aaa6f4e43adef8
tree829b5b70f577f268be79f6ea78287ed85a666365
parentad41e067668c77308438ddf9c5ec6909cd11a5f9
staging: Remove the Android logger driver

With the relase of Lollipop, Android no longer
requires the logger driver.

There are three patches which the android dev's
still need before they drop logger on all their
devices:

[PATCH v4 1/5] pstores: use scnprintf
[PATCH v2 2/5] pstore: remove superfluous memory size check
[PATCH 3/5] pstore: handle zero-sized prz in series
[PATCH v4 4/5] pstore: add pmsg
[PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

But these seem to have been acked and are hopefully
queued for upstream.

So this patch removes the logger driver from staging.

Cc: Rom Lemarchand <romlem@google.com>,
Cc: Mark Salyzyn <salyzyn@google.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bug: 13505761
Change-Id: I21b6897f01871851e05b6eb53c7c08a1cb597e3d
drivers/staging/android/Kconfig
drivers/staging/android/logger.c [deleted file]
drivers/staging/android/logger.h [deleted file]