From: Thomas Gleixner Date: Tue, 3 Nov 2020 09:27:15 +0000 (+0100) Subject: fs: Remove asm/kmap_types.h includes X-Git-Tag: iomap-folio-5.17-old~2521^2~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469;p=users%2Fwilly%2Flinux.git fs: Remove asm/kmap_types.h includes Historical leftovers from the time where kmap() had fixed slots. Signed-off-by: Thomas Gleixner Acked-by: David Sterba Cc: Andrew Morton Link: https://lore.kernel.org/r/20201103095856.870272797@linutronix.de --- diff --git a/fs/aio.c b/fs/aio.c index c45c20d87538..0247daf55987 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -43,7 +43,6 @@ #include #include -#include #include #include 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 #include #include -#include #include #include #include