From: Al Viro Date: Mon, 4 Mar 2013 15:47:59 +0000 (-0500) Subject: make do_mremap() static X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~87^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b377bab29e6a241db42f27541e7fb63713ee178;p=pandora-kernel.git make do_mremap() static The extern in sys_sparc_64.c was a rudiment of time when do_mremap() used to exist in MMU case (it doesn't anymore). As for !MMU one, nothing uses it outside of mm/nommu.c... Signed-off-by: Al Viro --- Reading git-diff-tree failed