pmem: remove support for unstable PMEM devices

This functionality has never been used, is ugly and
complicates the DMM design.

Signed-off-by: Larry Bassel <lbassel@codeaurora.org>
This commit is contained in:
Larry Bassel
2011-07-08 15:08:58 -07:00
committed by Bryan Huntsman
parent 15187778e4
commit 7429cea50e
2 changed files with 0 additions and 18 deletions

View File

@@ -151,8 +151,6 @@ struct android_pmem_platform_data
unsigned cached;
/* The MSM7k has bits to enable a write buffer in the bus controller*/
unsigned buffered;
/* This PMEM is on memory that may be powered off */
unsigned unstable;
/* which memory type (i.e. SMI, EBI1) this PMEM device is backed by */
unsigned memory_type;
};