From: Rashika Kheria Date: Thu, 3 Apr 2014 21:48:03 +0000 (-0700) Subject: mm/mmap.c: mark function as static X-Git-Tag: v3.15-rc1~106^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafd4dc4d76a9c6f184cc1de5a7891b7f6f76f2c;p=pandora-kernel.git mm/mmap.c: mark function as static Mark function as static in mmap.c because they are not used outside this file. This eliminates the following warning in mm/mmap.c: mm/mmap.c:407:6: warning: no previous prototype for `validate_mm' [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Reviewed-by: Rik van Riel Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed