diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-01 16:24:42 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-03-13 19:13:17 +0200 |
| commit | 9be5770d85c1fbb89e30037524d17e55c9afa0ca (patch) | |
| tree | b7dabc4fd77c8fde1b36aabdba92761202f8bc97 /drivers | |
| parent | 6fb58c1f7a4ad6ce8dfba93ce46978d0c6191692 (diff) | |
video: tegra20: dc: remove unused video operations
Video operations are not required by the Tegra Display Controller
and should therefore be removed.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/tegra20/tegra-dc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/tegra20/tegra-dc.c b/drivers/video/tegra20/tegra-dc.c index 904d0d205f6..516a397872a 100644 --- a/drivers/video/tegra20/tegra-dc.c +++ b/drivers/video/tegra20/tegra-dc.c @@ -635,9 +635,6 @@ static int tegra_lcd_bind(struct udevice *dev) return 0; } -static const struct video_ops tegra_lcd_ops = { -}; - static const struct tegra_dc_soc_info tegra20_dc_soc_info = { .has_timer = true, .has_rgb = true, @@ -678,7 +675,6 @@ U_BOOT_DRIVER(tegra_lcd) = { .name = "tegra_lcd", .id = UCLASS_VIDEO, .of_match = tegra_lcd_ids, - .ops = &tegra_lcd_ops, .bind = tegra_lcd_bind, .probe = tegra_lcd_probe, .of_to_plat = tegra_lcd_of_to_plat, |
