]> 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, 30 Nov 2011 04:03:07 +0000 (15:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:13:34 +0000 (15:13 +1100)
commita6c2479d08d6c3bd58d72295e39f9267aea6b999
tree04973361cac2d3cdaab6cad732d5a23bf0fd8b93
parentb5770e64cd5fbffbd4f31d44b95686a6ba3c7126
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