From: Sergey Senozhatsky Date: Sat, 22 Jun 2013 00:21:18 +0000 (+0300) Subject: zram: remove zram_sysfs file (v2) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3bb7abcdf2df0f1b2657e6cbc9d06bc2b3b36f;p=pandora-kernel.git zram: remove zram_sysfs file (v2) Move zram sysfs code to zram drv and remove zram_sysfs.c file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop zram_drv wrapper functions, used from zram sysfs: e.g. zram_reset_device()/__zram_reset_device() pair. v2: as suggested by Greg K-H, move MODULE description to the bottom of the file. Signed-off-by: Sergey Senozhatsky Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed