]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR use
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 30 Jul 2024 10:30:17 +0000 (13:30 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 13 Oct 2024 14:33:46 +0000 (17:33 +0300)
It seems that DECLARE_GLOBAL_DATA_PTR use is not needed and video system
works perfectly fine without it.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/tegra20/tegra-dc.c

index accabbf4dbb71d75e3936d7e3f4bf3d3d9847c66..d24aa375b39ecbb899c516dd3e7d6d5974f07084 100644 (file)
@@ -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;