git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026a1ab
)
video: tegra20: dc: remove excessive headers
author
Svyatoslav Ryhel
<clamor95@gmail.com>
Wed, 27 Nov 2024 11:39:39 +0000
(13:39 +0200)
committer
Svyatoslav Ryhel
<clamor95@gmail.com>
Wed, 26 Feb 2025 11:06:02 +0000
(13:06 +0200)
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/tegra20/tegra-dc.c
patch
|
blob
|
history
diff --git
a/drivers/video/tegra20/tegra-dc.c
b/drivers/video/tegra20/tegra-dc.c
index
d54279e
..
54d6083
100644
(file)
--- 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"