From: KOSAKI Motohiro Date: Tue, 6 Jan 2009 22:39:46 +0000 (-0800) Subject: mm: make vread() and vwrite() declaration X-Git-Tag: v2.6.29-rc1~435 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69beeb1d3428424fbc7546f85e5cd7ac4119c09d;p=pandora-kernel.git mm: make vread() and vwrite() declaration Sparse output following warnings. mm/vmalloc.c:1436:6: warning: symbol 'vread' was not declared. Should it be static? mm/vmalloc.c:1474:6: warning: symbol 'vwrite' was not declared. Should it be static? However, it is used by /dev/kmem. fixed here. Signed-off-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed