diff options
author | Sasha Levin <levinsasha928@gmail.com> | 2012-07-19 18:51:22 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-07-23 11:16:13 -0400 |
commit | 3389b530a67e8aed049a213f751b29023bd9fcce (patch) | |
tree | c2f2ce12d3f867517f04307fdfd91492f2010c30 /mm | |
parent | 611edfed29f406eedf66030e0864b7d3fec23f21 (diff) | |
download | op-kernel-dev-3389b530a67e8aed049a213f751b29023bd9fcce.zip op-kernel-dev-3389b530a67e8aed049a213f751b29023bd9fcce.tar.gz |
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')
-rw-r--r-- | mm/frontswap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/frontswap.c b/mm/frontswap.c index 7fb9538..5318b3a 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> |