diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-09 11:02:26 +0800 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-10-11 22:52:43 +0200 |
commit | 753c977b1536f6997380f6acb01c3b70dd7ca41a (patch) | |
tree | b4e850b36205a7ef6eb2e8b7042a9b0138f652a5 | |
parent | 195dd40c49ff6ee13300cb024d0e870e598621f3 (diff) | |
download | linux-stable-753c977b1536f6997380f6acb01c3b70dd7ca41a.tar.gz linux-stable-753c977b1536f6997380f6acb01c3b70dd7ca41a.tar.bz2 linux-stable-753c977b1536f6997380f6acb01c3b70dd7ca41a.zip |
drm/tegra: Remove two unused function declarations
Commit 776dc3840367 ("drm/tegra: Move subdevice infrastructure to host1x")
removed the implementation but not the declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230809030226.3412-1-yuehaibing@huawei.com
-rw-r--r-- | drivers/gpu/drm/tegra/drm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/tegra/drm.h b/drivers/gpu/drm/tegra/drm.h index f9d18e8cf6ab..ccb5d74fa227 100644 --- a/drivers/gpu/drm/tegra/drm.h +++ b/drivers/gpu/drm/tegra/drm.h @@ -120,9 +120,6 @@ int tegra_drm_unregister_client(struct tegra_drm *tegra, int host1x_client_iommu_attach(struct host1x_client *client); void host1x_client_iommu_detach(struct host1x_client *client); -int tegra_drm_init(struct tegra_drm *tegra, struct drm_device *drm); -int tegra_drm_exit(struct tegra_drm *tegra); - void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size, dma_addr_t *iova); void tegra_drm_free(struct tegra_drm *tegra, size_t size, void *virt, dma_addr_t iova); |