mm: frontswap: remove unneeded headers
authorSasha Levin <levinsasha928@gmail.com>
Thu, 19 Jul 2012 22:51:22 +0000 (18:51 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 23 Jul 2012 15:16:13 +0000 (11:16 -0400)
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
[v1: Rebased with tracing removed]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
mm/frontswap.c

index 7fb9538..5318b3a 100644 (file)
  * 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>