From: Wolfram Sang Date: Tue, 17 Dec 2024 07:05:43 +0000 (+0100) Subject: btrfs: don't include linux/rwlock_types.h directly X-Git-Tag: v6.14-rc1~207^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e421867b7aa60783dac3d4caf97af74263f5f5;p=thirdparty%2Fkernel%2Flinux.git btrfs: don't include linux/rwlock_types.h directly The header clearly states that it does not want to be included directly, only via linux/spinlock_types.h. Drop this as we can simply use the spinlock.h which is already included. Signed-off-by: Wolfram Sang Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h index 58e6b4b953f1c..be8c32d1a7bbe 100644 --- a/fs/btrfs/fs.h +++ b/fs/btrfs/fs.h @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include