diff options
author | Ondrej Mosnacek <omosnace@redhat.com> | 2019-02-04 15:08:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-08 12:57:31 +0100 |
commit | 5b2f2bd62e79f6bc38fda5a0ff6a699f7612a7d2 (patch) | |
tree | 7fe873889534e93a79677af0eb83339f80ca241a /fs | |
parent | 376991db4b6464e906d699ef07681e2ffa8ab08c (diff) | |
download | linux-5b2f2bd62e79f6bc38fda5a0ff6a699f7612a7d2.tar.bz2 |
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')
-rw-r--r-- | fs/sysfs/file.c | 1 |
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 @@ #include <linux/seq_file.h> #include "sysfs.h" -#include "../kernfs/kernfs-internal.h" /* * Determine ktype->sysfs_ops for the given kernfs_node. This function |