Skip to content

Commit 753c977

Browse files
Yue Haibingthierryreding
authored andcommitted
drm/tegra: Remove two unused function declarations
Commit 776dc38 ("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
1 parent 195dd40 commit 753c977

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • drivers/gpu/drm/tegra

drivers/gpu/drm/tegra/drm.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ int tegra_drm_unregister_client(struct tegra_drm *tegra,
120120
int host1x_client_iommu_attach(struct host1x_client *client);
121121
void host1x_client_iommu_detach(struct host1x_client *client);
122122

123-
int tegra_drm_init(struct tegra_drm *tegra, struct drm_device *drm);
124-
int tegra_drm_exit(struct tegra_drm *tegra);
125-
126123
void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size, dma_addr_t *iova);
127124
void tegra_drm_free(struct tegra_drm *tegra, size_t size, void *virt,
128125
dma_addr_t iova);

0 commit comments

Comments
 (0)