diff options
| author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2025-07-25 16:07:05 +0800 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2025-09-22 10:54:31 +0200 |
| commit | 6d9cce2d1bb6b70916de351490d1ff197058b88f (patch) | |
| tree | 3da5e277b764230d0636d7c1554709c76aa7a042 /fs/btrfs/messages.h | |
| parent | 3c44cd3c79fcb38a86836dea6ff8fec322a9e68c (diff) | |
btrfs: remove duplicate inclusion of linux/types.h
In messages.h there's linux/types.h included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22939
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/messages.h')
| -rw-r--r-- | fs/btrfs/messages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/messages.h b/fs/btrfs/messages.h index 022ebc89af85..4416c165644f 100644 --- a/fs/btrfs/messages.h +++ b/fs/btrfs/messages.h @@ -4,7 +4,6 @@ #define BTRFS_MESSAGES_H #include <linux/types.h> -#include <linux/types.h> #include <linux/printk.h> #include <linux/bug.h> |