Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ondrej Mosnacek and committed by
Greg Kroah-Hartman
5b2f2bd6 376991db

-1
-1
fs/sysfs/file.c
··· 17 17 #include <linux/seq_file.h> 18 18 19 19 #include "sysfs.h" 20 - #include "../kernfs/kernfs-internal.h" 21 20 22 21 /* 23 22 * Determine ktype->sysfs_ops for the given kernfs_node. This function