gru: delete user request for fetching chiplet status
Delete the user request for fetching the status of a GRU chiplet. This request has been made obsolete by other changes. Note: this is not a change to a user API - there are no compatibility issues with this change. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7e796a72a2
commit
6471cd4d6c
@ -44,9 +44,6 @@
|
||||
/* For user unload context */
|
||||
#define GRU_USER_UNLOAD_CONTEXT _IOWR(GRU_IOCTL_NUM, 9, void *)
|
||||
|
||||
/* For fetching GRU chiplet status */
|
||||
#define GRU_GET_CHIPLET_STATUS _IOWR(GRU_IOCTL_NUM, 10, void *)
|
||||
|
||||
/* For dumpping GRU chiplet state */
|
||||
#define GRU_DUMP_CHIPLET_STATE _IOWR(GRU_IOCTL_NUM, 11, void *)
|
||||
|
||||
|
Reference in New Issue
Block a user