aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/sysfs.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2019-08-01 19:46:20 +0200
committerDavid Sterba <dsterba@suse.com>2019-09-09 14:59:07 +0200
commit67715b206c397b28b8a41c9ddbdc1776a0e7a25f (patch)
treef618dfc5072036e488209dbd2b4f3b0f90f033d0 /fs/btrfs/sysfs.c
parentbtrfs: factor out sysfs code for updating sprout fsid (diff)
downloadlinux-dev-67715b206c397b28b8a41c9ddbdc1776a0e7a25f.tar.xz
linux-dev-67715b206c397b28b8a41c9ddbdc1776a0e7a25f.zip
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>
Diffstat (limited to 'fs/btrfs/sysfs.c')
-rw-r--r--fs/btrfs/sysfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
index 9078e377ba7b..85cf3bfc9f62 100644
--- a/fs/btrfs/sysfs.c
+++ b/fs/btrfs/sysfs.c
@@ -8,7 +8,6 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/completion.h>
-#include <linux/kobject.h>
#include <linux/bug.h>
#include "ctree.h"