]> 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>
Tue, 8 Nov 2011 00:19:54 +0000 (11:19 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 15 Nov 2011 01:49:29 +0000 (12:49 +1100)
commit9fcf653b5d95afcb8801860e7db1c07b6cda7585
tree568a19597de0f8917715ee5a6ef13f14f229ffbc
parentba508fff8ef823c73a846a04ffa0cab3db77c438
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 <akpm@linux-foundation.org>
arch/x86/mm/pageattr.c