Commit 3389b530 authored by Sasha Levin's avatar Sasha Levin Committed by Konrad Rzeszutek Wilk

mm: frontswap: remove unneeded headers

Signed-off-by: default avatarSasha Levin <levinsasha928@gmail.com>
[v1: Rebased with tracing removed]
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 611edfed
...@@ -11,15 +11,11 @@ ...@@ -11,15 +11,11 @@
* This work is licensed under the terms of the GNU GPL, version 2. * This work is licensed under the terms of the GNU GPL, version 2.
*/ */
#include <linux/mm.h>
#include <linux/mman.h> #include <linux/mman.h>
#include <linux/swap.h> #include <linux/swap.h>
#include <linux/swapops.h> #include <linux/swapops.h>
#include <linux/proc_fs.h>
#include <linux/security.h> #include <linux/security.h>
#include <linux/capability.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/frontswap.h> #include <linux/frontswap.h>
#include <linux/swapfile.h> #include <linux/swapfile.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment