summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-04-16 18:50:39 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2023-04-16 20:11:53 +0200
commit7f6f26d7adee150e09d7537acc6d6894c27c0b7a (patch)
tree8706529cde6e982b9382fc6bf83b3ff470493342 /include/linux
parent116b1c5a364bcbdc40be64d4f3ec9dbc32e264dd (diff)
parentafa351a15d80993f8ba6ae28652cc23127237e37 (diff)
Merge drm/drm-next into drm-misc-next
Backmerging drm-next to sync with msm tree. Resolves a conflict between aperture-helper changes and msm's use of those interfaces. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/host1x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h
index 9a9de4b97a25..9c8119ed13a4 100644
--- a/include/linux/host1x.h
+++ b/include/linux/host1x.h
@@ -443,7 +443,7 @@ int __host1x_client_register(struct host1x_client *client);
__host1x_client_register(client); \
})
-int host1x_client_unregister(struct host1x_client *client);
+void host1x_client_unregister(struct host1x_client *client);
int host1x_client_suspend(struct host1x_client *client);
int host1x_client_resume(struct host1x_client *client);