From: Nitin Gupta Date: Fri, 9 Sep 2011 23:01:00 +0000 (-0400) Subject: zram: Fix sparse warnings X-Git-Tag: v3.2-rc1~169^2^2~571 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccbec05ac9917a09aeb2f647667b734b4f02ce1;p=pandora-kernel.git zram: Fix sparse warnings Fixes sparse warning: zram_drv.c:666:6: warning: symbol 'zram_slot_free_notify' was not declared. Should it be static? Also, max_zpage_size is now size_t just to be consistent with data-type of other variables maintaining sizes of various kinds. Signed-off-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed