From: H Hartley Sweeten Date: Wed, 28 Sep 2011 00:49:42 +0000 (+1000) Subject: arch/x86/mm/pageattr.c: quiet sparse noise; local functions should be static X-Git-Tag: next-20110930~1^2~242 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ab6d00c8dee3f99971d95d4957541ad989d466e;p=karo-tx-linux.git arch/x86/mm/pageattr.c: quiet sparse noise; local functions should be static Local functions should be marked static.  This quiets the following sparse noise: warning: symbol '_set_memory_array' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Andrew Morton <> --- diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index f9e526742fa1..eda2acbb6e81 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c @@ -998,7 +998,7 @@ out_err: } EXPORT_SYMBOL(set_memory_uc); -int _set_memory_array(unsigned long *addr, int addrinarray, +static int _set_memory_array(unsigned long *addr, int addrinarray, unsigned long new_type) { int i, j;