summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <clamor95@gmail.com>2024-11-27 13:39:39 +0200
committerSvyatoslav Ryhel <clamor95@gmail.com>2025-02-26 13:06:02 +0200
commit8f1e56c9dd2505a87778d18516c29d8015e5b4ba (patch)
tree59ae9d2b60bd988164295ce77f510bb032551710
parent026a1ab2fa6eb0101538cc5186ee20ff01b220fa (diff)
video: tegra20: dc: remove excessive headers
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
-rw-r--r--drivers/video/tegra20/tegra-dc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/tegra20/tegra-dc.c b/drivers/video/tegra20/tegra-dc.c
index d54279ebda1..54d60836b66 100644
--- a/drivers/video/tegra20/tegra-dc.c
+++ b/drivers/video/tegra20/tegra-dc.c
@@ -10,20 +10,11 @@
#include <fdtdec.h>
#include <log.h>
#include <panel.h>
-#include <part.h>
-#include <pwm.h>
#include <video.h>
-#include <asm/cache.h>
-#include <asm/global_data.h>
#include <asm/system.h>
-#include <asm/gpio.h>
#include <asm/io.h>
-
#include <asm/arch/clock.h>
-#include <asm/arch/funcmux.h>
-#include <asm/arch/pinmux.h>
#include <asm/arch/powergate.h>
-#include <asm/arch/pwm.h>
#include "tegra-dc.h"