diff options
author | Colin Ian King <[email protected]> | 2018-04-10 16:29:55 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-04-11 10:28:32 -0700 |
commit | bfc6b1cabce28d46d2559855ca224992e14fede7 (patch) | |
tree | 1216e6b682ebac8813daa996d7b6d93a2d58888d /tools/perf/scripts/python/sched-migration.py | |
parent | 4eaf431f6f71bbed40a4c733ffe93a7e8cedf9d9 (diff) |
mm/swapfile.c: make pointer swap_avail_heads static
The pointer swap_avail_heads is local to the source and does not need to
be in global scope, so make it static.
Cleans up sparse warning:
mm/swapfile.c:88:19: warning: symbol 'swap_avail_heads' was not declared. Should it be static?
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Acked-by: "Huang, Ying" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions