mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
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>
This commit is contained in:
parent
376991db4b
commit
5b2f2bd62e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user