VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Bart Van Assche <bart.vanassche@sandisk.com> 2017-05-23 16:48:23 -0700 committer: Nicholas Bellinger <nab@linux-iscsi.org> 2017-07-06 22:57:58 -0700 commit: 9f2f342892e15f8600939ec8d06caf963ccff880 parent: 3e182db787714b373d4b1a1fd7dba4a581e8e406
Commit Summary:
target: Remove se_device.dev_list
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index f835528e424e..a3af69fcf75e 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -816,8 +816,6 @@ struct se_device {
 	unsigned char		udev_path[SE_UDEV_PATH_LEN];
 	/* Pointer to template of function pointers for transport */
 	const struct target_backend_ops *transport;
-	/* Linked list for struct se_hba struct se_device list */
-	struct list_head	dev_list;
 	struct se_lun		xcopy_lun;
 	/* Protection Information */
 	int			prot_length;