diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/host1x.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index f66bece1e1b7..0632010f47fb 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h | |||
| @@ -202,7 +202,8 @@ struct host1x_job { | |||
| 202 | /* Channel where job is submitted to */ | 202 | /* Channel where job is submitted to */ |
| 203 | struct host1x_channel *channel; | 203 | struct host1x_channel *channel; |
| 204 | 204 | ||
| 205 | u32 client; | 205 | /* client where the job originated */ |
| 206 | struct host1x_client *client; | ||
| 206 | 207 | ||
| 207 | /* Gathers and their memory */ | 208 | /* Gathers and their memory */ |
| 208 | struct host1x_job_gather *gathers; | 209 | struct host1x_job_gather *gathers; |
