aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/frontswap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/frontswap.c b/mm/frontswap.c
index 7fb9538bec23..5318b3a57080 100644
--- a/mm/frontswap.c
+++ b/mm/frontswap.c
@@ -11,15 +11,11 @@
11 * This work is licensed under the terms of the GNU GPL, version 2. 11 * This work is licensed under the terms of the GNU GPL, version 2.
12 */ 12 */
13 13
14#include <linux/mm.h>
15#include <linux/mman.h> 14#include <linux/mman.h>
16#include <linux/swap.h> 15#include <linux/swap.h>
17#include <linux/swapops.h> 16#include <linux/swapops.h>
18#include <linux/proc_fs.h>
19#include <linux/security.h> 17#include <linux/security.h>
20#include <linux/capability.h>
21#include <linux/module.h> 18#include <linux/module.h>
22#include <linux/uaccess.h>
23#include <linux/debugfs.h> 19#include <linux/debugfs.h>
24#include <linux/frontswap.h> 20#include <linux/frontswap.h>
25#include <linux/swapfile.h> 21#include <linux/swapfile.h>