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>
This commit is contained in:
Jiapeng Chong
2025-07-25 16:07:05 +08:00
committed by David Sterba
parent 3c44cd3c79
commit 6d9cce2d1b

View File

@@ -3,7 +3,6 @@
#ifndef BTRFS_MESSAGES_H #ifndef BTRFS_MESSAGES_H
#define BTRFS_MESSAGES_H #define BTRFS_MESSAGES_H
#include <linux/types.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/printk.h> #include <linux/printk.h>
#include <linux/bug.h> #include <linux/bug.h>