mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
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:
committed by
mobile promotions
parent
8929ab7533
commit
7eb59ff8d3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user