summaryrefslogtreecommitdiff
path: root/mm/frontswap.c
diff options
context:
space:
mode:
authorSasha Levin <levinsasha928@gmail.com>2012-07-19 18:51:22 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-07-23 11:16:13 -0400
commit3389b530a67e8aed049a213f751b29023bd9fcce (patch)
treec2f2ce12d3f867517f04307fdfd91492f2010c30 /mm/frontswap.c
parent611edfed29f406eedf66030e0864b7d3fec23f21 (diff)
mm: frontswap: remove unneeded headers
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> [v1: Rebased with tracing removed] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'mm/frontswap.c')
-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 @@
* This work is licensed under the terms of the GNU GPL, version 2.
*/
-#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/swap.h>
#include <linux/swapops.h>
-#include <linux/proc_fs.h>
#include <linux/security.h>
-#include <linux/capability.h>
#include <linux/module.h>
-#include <linux/uaccess.h>
#include <linux/debugfs.h>
#include <linux/frontswap.h>
#include <linux/swapfile.h>