Searched hist:"74 e77fb9a23813f5c2864d8e11cfec268a45c4cc" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | compaction.c | diff 74e77fb9a23813f5c2864d8e11cfec268a45c4cc Thu Apr 03 16:48:01 CDT 2014 Rashika Kheria <rashika.kheria@gmail.com> mm/compaction.c: mark function as static
Mark function as static in compaction.c because it is not used outside this file.
This eliminates the following warning from mm/compaction.c:
mm/compaction.c:1190:9: warning: no previous prototype for `sysfs_compact_node' [-Wmissing-prototypes
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Rik van Riel <riel@redhat.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|