aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-11-03 10:27:15 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-11-06 23:14:53 +0100
commite8f147dc3f1f6b4c27b2eeaf82df4f469d80d469 (patch)
tree84d71a7de2c6f76f191d88131749bec46b7fc8ef /fs/aio.c
parenthighmem: Remove unused functions (diff)
downloadlinux-dev-e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469.tar.xz
linux-dev-e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469.zip
fs: Remove asm/kmap_types.h includes
Historical leftovers from the time where kmap() had fixed slots. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: David Sterba <dsterba@suse.com> Cc: Andrew Morton <akpm@linux-foundation.org> Link: https://lore.kernel.org/r/20201103095856.870272797@linutronix.de
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/aio.c b/fs/aio.c
index c45c20d87538..0247daf55987 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -43,7 +43,6 @@
#include <linux/mount.h>
#include <linux/pseudo_fs.h>
-#include <asm/kmap_types.h>
#include <linux/uaccess.h>
#include <linux/nospec.h>