git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d7315
)
zram: Fix sparse warnings
author
Nitin Gupta
<ngupta@vflare.org>
Fri, 9 Sep 2011 23:01:00 +0000
(19:01 -0400)
committer
Greg 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