diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index da7c3a2304a7..062767d159da 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -2506,7 +2506,7 @@ void scan_zone_unevictable_pages(struct zone *zone) | |||
2506 | * that has possibly/probably made some previously unevictable pages | 2506 | * that has possibly/probably made some previously unevictable pages |
2507 | * evictable. | 2507 | * evictable. |
2508 | */ | 2508 | */ |
2509 | void scan_all_zones_unevictable_pages(void) | 2509 | static void scan_all_zones_unevictable_pages(void) |
2510 | { | 2510 | { |
2511 | struct zone *zone; | 2511 | struct zone *zone; |
2512 | 2512 | ||