commit | 2d070eff6bbbea6137ac14190805f9549c0a8b01 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Tue Nov 15 14:49:00 2011 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 05 17:11:05 2011 +0100 |
tree | 81d9ba5a4a595bf21c9269e6b8e176edd4fad8c8 | |
parent | 98b8b99ae1233a5408b136544e900a9cfb46e08f [diff] |
arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static Local functions should be marked static. This also quiets the following sparse noise: warning: symbol '_set_memory_array' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: hartleys@visionengravers.com Signed-off-by: Ingo Molnar <mingo@elte.hu>