diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/swap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 4ec90019c1a4..abce8a0b2507 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -273,6 +273,7 @@ extern int scan_unevictable_register_node(struct node *node); | |||
273 | extern void scan_unevictable_unregister_node(struct node *node); | 273 | extern void scan_unevictable_unregister_node(struct node *node); |
274 | 274 | ||
275 | extern int kswapd_run(int nid); | 275 | extern int kswapd_run(int nid); |
276 | extern void kswapd_stop(int nid); | ||
276 | 277 | ||
277 | #ifdef CONFIG_MMU | 278 | #ifdef CONFIG_MMU |
278 | /* linux/mm/shmem.c */ | 279 | /* linux/mm/shmem.c */ |