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 <clamor95@gmail.com>
This commit is contained in:
Svyatoslav Ryhel
2024-07-30 13:30:17 +03:00
parent 43800d7f6d
commit 68ebc7c86b

View 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;