summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2024-07-30 13:30:17 +0300
committerSvyatoslav Ryhel <[email protected]>2024-10-13 17:33:46 +0300
commit68ebc7c86b5ecbbf60360c98b81e8aee8e774944 (patch)
tree9a09e516049b63e763fc3b5d0192c8cceabd39b7
parent43800d7f6d7e38ecfd12889276851b1d1a9fc07f (diff)
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 <[email protected]>
-rw-r--r--drivers/video/tegra20/tegra-dc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/tegra20/tegra-dc.c b/drivers/video/tegra20/tegra-dc.c
index accabbf4dbb..d24aa375b39 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;