]> 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, 16 Nov 2011 23:41:03 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 18 Nov 2011 03:49:42 +0000 (14:49 +1100)
commit557afc8bd41d7f6ce6d88473bceca524b128bedb
treeb4bec68bd883b4c9164e4e70ed9721e4ac4f3e94
parentaa7a661db544e6d3b2d2484c37935b1641148a52
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