]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
btrfs: remove duplicate inclusion of linux/types.h
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 25 Jul 2025 08:07:05 +0000 (16:07 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Sep 2025 08:54:31 +0000 (10:54 +0200)
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>
fs/btrfs/messages.h

index 022ebc89af8550054d9a8faccc214bbfb088f38f..4416c165644fa40521ef67cd13d03ea5664f44a7 100644 (file)
@@ -3,7 +3,6 @@
 #ifndef BTRFS_MESSAGES_H
 #define BTRFS_MESSAGES_H
 
-#include <linux/types.h>
 #include <linux/types.h>
 #include <linux/printk.h>
 #include <linux/bug.h>