]> 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>
Tue, 4 Oct 2011 07:38:19 +0000 (18:38 +1100)
commit2d968848d7f02770e89ff8111d02d86ea0f30ecc
treef8d7f16f2a17c4825946da26c814b9232e91f7f8
parentf870cad4097376e2ce8106ce99cfac184640e60a
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