From: Svyatoslav Ryhel Date: Tue, 30 Jul 2024 10:30:17 +0000 (+0300) Subject: video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR use X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=68ebc7c86b5ecbbf60360c98b81e8aee8e774944;p=u-boot.git video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR use It seems that DECLARE_GLOBAL_DATA_PTR use is not needed and video system works perfectly fine without it. Signed-off-by: Svyatoslav Ryhel --- diff --git a/drivers/video/tegra20/tegra-dc.c b/drivers/video/tegra20/tegra-dc.c index accabbf4db..d24aa375b3 100644 --- a/drivers/video/tegra20/tegra-dc.c +++ b/drivers/video/tegra20/tegra-dc.c @@ -26,8 +26,6 @@ #include "tegra-dc.h" -DECLARE_GLOBAL_DATA_PTR; - /* Holder of Tegra per-SOC DC differences */ struct tegra_dc_soc_info { bool has_timer;