[patch V3 03/37] fs: Remove asm/kmap_types.h includes

Thomas Gleixner tglx at linutronix.de
Tue Nov 3 20:27:15 AEDT 2020


Historical leftovers from the time where kmap() had fixed slots.

Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
Cc: Alexander Viro <viro at zeniv.linux.org.uk>
Cc: Benjamin LaHaise <bcrl at kvack.org>
Cc: linux-fsdevel at vger.kernel.org
Cc: linux-aio at kvack.org
Cc: Chris Mason <clm at fb.com>
Cc: Josef Bacik <josef at toxicpanda.com>
Cc: David Sterba <dsterba at suse.com>
Cc: linux-btrfs at vger.kernel.org
---
 fs/aio.c         |    1 -
 fs/btrfs/ctree.h |    1 -
 2 files changed, 2 deletions(-)

--- 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>
 
--- 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>



More information about the Linuxppc-dev mailing list