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/aio.c | |
parent | b819fd9da38508e0504624b87d9983fcc4237f3c (diff) | |
download | linux-stable-e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469.tar.gz linux-stable-e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469.tar.bz2 linux-stable-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.c | 1 |
1 files changed, 0 insertions, 1 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> |