summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
diff options
context:
space:
mode:
authorOndrej Mosnacek <omosnace@redhat.com>2019-02-04 09:08:00 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-08 06:57:31 -0500
commit5b2f2bd62e79f6bc38fda5a0ff6a699f7612a7d2 (patch)
tree7fe873889534e93a79677af0eb83339f80ca241a /fs/sysfs/file.c
parent376991db4b6464e906d699ef07681e2ffa8ab08c (diff)
sysfs: remove unused include of kernfs-internal.h
This include is not needed (fs/sysfs/file.c builds just fine without it). Remove it. Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/file.c')
-rw-r--r--fs/sysfs/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index 52d9235e0291..130fc6fbcc03 100644
--- a/fs/sysfs/file.c
+++ b/fs/sysfs/file.c
@@ -17,7 +17,6 @@
17#include <linux/seq_file.h> 17#include <linux/seq_file.h>
18 18
19#include "sysfs.h" 19#include "sysfs.h"
20#include "../kernfs/kernfs-internal.h"
21 20
22/* 21/*
23 * Determine ktype->sysfs_ops for the given kernfs_node. This function 22 * Determine ktype->sysfs_ops for the given kernfs_node. This function