gpu: nvgpu: remove unused list in priv_cmd_entry

list_head list in struct priv_cmd_entry is unused
and hence remove it

Jira NVGPU-13

Change-Id: I268998d84a43d2e22fdfae53a9c7795b20fcf93f
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1462081
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Deepak Nibade
2017-04-11 19:36:52 +05:30
committed by mobile promotions
parent 8929ab7533
commit 7eb59ff8d3

View File

@@ -153,7 +153,6 @@ struct priv_cmd_entry {
u64 gva;
u32 get; /* start of entry in queue */
u32 size; /* in words */
struct list_head list; /* node for lists */
};
struct mapped_buffer_node {