From: Thomas Gleixner Date: Tue, 3 Nov 2020 09:27:15 +0000 (+0100) Subject: fs: Remove asm/kmap_types.h includes X-Git-Tag: v5.11-rc1~173^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f147dc3f1f6b4c27b2eeaf82df4f469d80d469;p=thirdparty%2Fkernel%2Fstable.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 c45c20d875388..0247daf559877 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 0378933d163c6..01947f6033006 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include