Re: [PATCH -next] drm/tegra: Remove two unused function declarations

2023-10-10 Thread Thierry Reding
On Wed, Aug 09, 2023 at 11:02:26AM +0800, Yue Haibing wrote: > Commit 776dc3840367 ("drm/tegra: Move subdevice infrastructure to host1x") > removed the implementation but not the declaration. > > Signed-off-by: Yue Haibing > --- > drivers/gpu/drm/tegra/drm.h | 3 --- > 1 file changed, 3

[PATCH -next] drm/tegra: Remove two unused function declarations

2023-08-08 Thread Yue Haibing
Commit 776dc3840367 ("drm/tegra: Move subdevice infrastructure to host1x") removed the implementation but not the declaration. Signed-off-by: Yue Haibing --- drivers/gpu/drm/tegra/drm.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/tegra/drm.h