zram: Fix sparse warnings
authorNitin Gupta <ngupta@vflare.org>
Fri, 9 Sep 2011 23:01:00 +0000 (19:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2011 23:09:50 +0000 (16:09 -0700)
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 <ngupta@vflare.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found