VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Krzysztof Opasiak <k.opasiak@samsung.com> 2015-12-11 16:06:09 +0100 committer: Nicholas Bellinger <nab@linux-iscsi.org> 2015-12-20 18:03:57 -0800 commit: 9a9e3415edd567813d52c8de402042b9720c54f5 parent: 2628b352c3d4905adf8129ea50900bd980b6ccef
Commit Summary:
fs: configfs: Drop unused parameter from configfs_undepend_item()
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c
index a7a1b218f308..d390245965b1 100644
--- a/fs/configfs/dir.c
+++ b/fs/configfs/dir.c
@@ -1128,8 +1128,7 @@ EXPORT_SYMBOL(configfs_depend_item);
  * configfs_depend_item() because we know that that the client driver is
  * pinned, thus the subsystem is pinned, and therefore configfs is pinned.
  */
-void configfs_undepend_item(struct configfs_subsystem *subsys,
-			    struct config_item *target)
+void configfs_undepend_item(struct config_item *target)
 {
 	struct configfs_dirent *sd;