Skip to content

Commit e8f147d

Browse files
committed
fs: Remove asm/kmap_types.h includes
Historical leftovers from the time where kmap() had fixed slots. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: David Sterba <[email protected]> Cc: Andrew Morton <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b819fd9 commit e8f147d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fs/aio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include <linux/mount.h>
4444
#include <linux/pseudo_fs.h>
4545

46-
#include <asm/kmap_types.h>
4746
#include <linux/uaccess.h>
4847
#include <linux/nospec.h>
4948

fs/btrfs/ctree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/wait.h>
1818
#include <linux/slab.h>
1919
#include <trace/events/btrfs.h>
20-
#include <asm/kmap_types.h>
2120
#include <asm/unaligned.h>
2221
#include <linux/pagemap.h>
2322
#include <linux/btrfs.h>

0 commit comments

Comments
 (0)