summaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-08-02 16:18:29 +0300
committerTom Rini <trini@konsulko.com>2021-09-17 19:10:44 +0300
commita79f82331437909c8f99217c616bb17e26013448 (patch)
treecdcc09b013200aac9de302434518a190b4e08e36 /board/atmel
parent0072f5fce3c981de626ae2b334bbdf7ecf362586 (diff)
downloadu-boot-a79f82331437909c8f99217c616bb17e26013448.tar.xz
Remove #include <version.h> from files which do not need it
Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmel')
-rw-r--r--board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c b/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
index a6937e7d52..2a2439c53a 100644
--- a/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
+++ b/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c
@@ -10,7 +10,6 @@
#include <i2c.h>
#include <init.h>
#include <nand.h>
-#include <version.h>
#include <asm/global_data.h>
#include <asm/io.h>
#include <asm/arch/at91_common.h>