diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:15 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:53 +0100 |
commit | e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469 (patch) | |
tree | 84d71a7de2c6f76f191d88131749bec46b7fc8ef /fs | |
parent | b819fd9da38508e0504624b87d9983fcc4237f3c (diff) |
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')
-rw-r--r-- | fs/aio.c | 1 | ||||
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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> diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 0378933d163c..01947f603300 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -17,7 +17,6 @@ #include <linux/wait.h> #include <linux/slab.h> #include <trace/events/btrfs.h> -#include <asm/kmap_types.h> #include <asm/unaligned.h> #include <linux/pagemap.h> #include <linux/btrfs.h> |