]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/x86/mm/pageattr.c: quiet sparse noise; local functions should be static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 28 Sep 2011 00:49:42 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:07:51 +0000 (16:07 +1000)
commitef8745e09e62edd6b819c121fe78111b50f65b51
tree465e55861d75c02c8a4c8b6100536eb9a8523e30
parentdba31128bccfadf838eaa6ca5718c4795d92867e
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 <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <>
arch/x86/mm/pageattr.c