From: Wan Jiabing Date: Mon, 19 Apr 2021 11:18:26 +0000 (+0800) Subject: drm/tegra: Remove duplicate struct declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f52fc3fc97d7e083f498f4be95b049dd94a6ef6;p=linux.git 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 Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/hub.h b/drivers/gpu/drm/tegra/hub.h index 3efa1be07ff88..23c4b2115ed1e 100644 --- a/drivers/gpu/drm/tegra/hub.h +++ b/drivers/gpu/drm/tegra/hub.h @@ -72,7 +72,6 @@ to_tegra_display_hub_state(struct drm_private_state *priv) return container_of(priv, struct tegra_display_hub_state, base); } -struct tegra_dc; struct tegra_plane; int tegra_display_hub_prepare(struct tegra_display_hub *hub);