Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-2
-1
fs/aio.c
··· 43 43 #include <linux/mount.h> 44 44 #include <linux/pseudo_fs.h> 45 45 46 - #include <asm/kmap_types.h> 47 46 #include <linux/uaccess.h> 48 47 #include <linux/nospec.h> 49 48
-1
fs/btrfs/ctree.h
··· 17 17 #include <linux/wait.h> 18 18 #include <linux/slab.h> 19 19 #include <trace/events/btrfs.h> 20 - #include <asm/kmap_types.h> 21 20 #include <asm/unaligned.h> 22 21 #include <linux/pagemap.h> 23 22 #include <linux/btrfs.h>