mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: cpu: dtb: remove unused declaration
@ 2019-11-20  7:41 Ahmad Fatoum
  2019-11-25  8:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2019-11-20  7:41 UTC (permalink / raw)
  To: barebox

We no longer use __dtb_start on ARM and the declaration is unused in the
file. Drop it.
No functional change.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 arch/arm/cpu/dtb.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/cpu/dtb.c b/arch/arm/cpu/dtb.c
index 1ba5aa415ef7..c43474e63b9b 100644
--- a/arch/arm/cpu/dtb.c
+++ b/arch/arm/cpu/dtb.c
@@ -19,8 +19,6 @@
 #include <of.h>
 #include <asm/barebox-arm.h>
 
-extern char __dtb_start[];
-
 static int of_arm_init(void)
 {
 	struct device_node *root;
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20  7:41 [PATCH] ARM: cpu: dtb: remove unused declaration Ahmad Fatoum
2019-11-25  8:00 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox