Skip to content

Commit

Permalink
sysfs: remove unused include of kernfs-internal.h
Browse files Browse the repository at this point in the history
This include is not needed (fs/sysfs/file.c builds just fine without
it). Remove it.

Cc: Tejun Heo <[email protected]>
Signed-off-by: Ondrej Mosnacek <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
WOnder93 authored and gregkh committed Feb 8, 2019
1 parent 376991d commit 5b2f2bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b2f2bd

Please sign in to comment.