diff options
author | Daniel Vetter | 2023-04-06 15:02:16 +0200 |
---|---|---|
committer | Daniel Vetter | 2023-04-06 15:02:17 +0200 |
commit | 8904a1e20ba8ee82c1d24d6f8091ba464b878a54 (patch) | |
tree | bc13057b1c0d748fe7e32bd6f2308cb84b0417eb /include | |
parent | 52b113e968be66b57f792b2e2a9b8b77f382bd5f (diff) | |
parent | 2429b3c529da29d4277d519bd66d034842dcd70c (diff) |
Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra into drm-next
drm/tegra: Changes for v6.4-rc1
The majority of this is minor cleanups and fixes. Other than those, this
contains Uwe's conversion to the new driver remove callback and Thomas'
fbdev DRM client conversion. The driver can now also be built on other
architectures to easy compile coverage.
Finally, this adds Mikko as a second maintainer for the driver. As a
next step we also want Tegra DRM to move into drm-misc to streamline the
maintenance process.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Thierry Reding <thierry.reding@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230406121404.967704-1-thierry.reding@gmail.com
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/host1x.h | 2 |
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); |