Skip to content

Commit

Permalink
Staging: android: Remove pmem driver
Browse files Browse the repository at this point in the history
Addroid pmem driver is no longer used in any of the Android products.
This patch removes pmem driver from Android staging area

Reference: https://lkml.org/lkml/2012/1/23/183

Signed-off-by: Shuah Khan <shuahkhan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Shuah Khan authored and Greg Kroah-Hartman committed Feb 8, 2012
1 parent 3589e74 commit b0d017e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,443 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ config ANDROID_LOW_MEMORY_KILLER
---help---
Register processes to be killed when memory is low

config ANDROID_PMEM
bool "Android pmem allocator"
depends on ARM

source "drivers/staging/android/switch/Kconfig"

endif # if ANDROID
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ 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
obj-$(CONFIG_ANDROID_PMEM) += pmem.o
obj-$(CONFIG_ANDROID_SWITCH) += switch/
93 changes: 0 additions & 93 deletions drivers/staging/android/android_pmem.h

This file was deleted.

Loading

0 comments on commit b0d017e

Please sign in to comment.