From: Anton Vorontsov Date: Sat, 12 May 2012 00:17:34 +0000 (-0700) Subject: staging: android: persistent_ram: Introduce persistent_ram_new() X-Git-Tag: v3.5-rc1~145^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf5aff89e5991aa4bec903b6dbab7d248047d98;p=pandora-kernel.git staging: android: persistent_ram: Introduce persistent_ram_new() The routine just creates a persistent ram zone at a specified address. For persistent_ram_init_ringbuffer() we'd need to add a 'struct persistent_ram' to the global list, and associate it with a device. We don't need all this complexity in pstore_ram, so we introduce the simple function. Signed-off-by: Anton Vorontsov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed