mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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>
This commit is contained in:
parent
b03d640307
commit
0f52fc3fc9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user