commit | 67715b206c397b28b8a41c9ddbdc1776a0e7a25f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Aug 01 19:46:20 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:07 2019 +0200 |
tree | f618dfc5072036e488209dbd2b4f3b0f90f033d0 | |
parent | f93c39970b1da007b3110fd7c9dd361614922457 [diff] [blame] |
btrfs: cleanup kobject.h includes The kobject should be pulled in via sysfs.h and that needs to include it because it needs various definitions like kobj_attribute or kobject. Signed-off-by: David Sterba <dsterba@suse.com>
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h index 4243fcf..611e103 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h
@@ -3,6 +3,8 @@ #ifndef BTRFS_SYSFS_H #define BTRFS_SYSFS_H +#include <linux/kobject.h> + enum btrfs_feature_set { FEAT_COMPAT, FEAT_COMPAT_RO,