[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190204140800.28544-1-omosnace@redhat.com>
Date: Mon, 4 Feb 2019 15:08:00 +0100
From: Ondrej Mosnacek <omosnace@...hat.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>,
linux-kernel@...r.kernel.org,
Ondrej Mosnacek <omosnace@...hat.com>,
Tejun Heo <tj@...nel.org>
Subject: [PATCH] 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@...nel.org>
Signed-off-by: Ondrej Mosnacek <omosnace@...hat.com>
---
fs/sysfs/file.c | 1 -
1 file changed, 1 deletion(-)
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
--
2.20.1
Powered by blists - more mailing lists