git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b8b99
)
arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Tue, 15 Nov 2011 22:49:00 +0000
(14:49 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 5 Dec 2011 16:11:05 +0000
(17:11 +0100)
Local functions should be marked static. This also 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>
Cc: hartleys@visionengravers.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found