diff --git a/include/linux/host1x.h b/include/linux/host1x.h index c230b4e70d759283100a4e496907c3245722d235..a3a568bf96864e55034c560fac1f00141ba91e7a 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -48,6 +48,9 @@ struct host1x_client_ops { * @channel: host1x channel associated with this client * @syncpts: array of syncpoints requested for this client * @num_syncpts: number of syncpoints requested for this client + * @parent: pointer to parent structure + * @usecount: reference count for this structure + * @lock: mutex for mutually exclusive concurrency */ struct host1x_client { struct list_head list;