Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tegra: Remove duplicate struct declaration

struct tegra_dc is declared at 13rd line.
The declaration here is unnecessary. Remove it.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Wan Jiabing and committed by
Thierry Reding
0f52fc3f b03d6403

-1
-1
drivers/gpu/drm/tegra/hub.h
··· 72 72 return container_of(priv, struct tegra_display_hub_state, base); 73 73 } 74 74 75 - struct tegra_dc; 76 75 struct tegra_plane; 77 76 78 77 int tegra_display_hub_prepare(struct tegra_display_hub *hub);