drm/amdkfd: remove redundant kfd_event_waiter.input_index
authorFelix Kuehling <Felix.Kuehling@amd.com>
Fri, 27 Oct 2017 23:35:24 +0000 (19:35 -0400)
committerOded Gabbay <oded.gabbay@gmail.com>
Fri, 27 Oct 2017 23:35:24 +0000 (19:35 -0400)
commitebf947fe93dd3627774f6bb4daa57b4e2897929d
tree8407e6df1ca85d8dccc4555ea5365965ece11133
parentfe528c13acc764965929b7fcb5fadf2c15b57373
drm/amdkfd: remove redundant kfd_event_waiter.input_index

This always identical with the index of the event_waiter in the array.
No need to store it in the waiter record.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_events.c