diff options
author | Pali Rohár | 2021-08-02 15:18:29 +0200 |
---|---|---|
committer | Tom Rini | 2021-09-17 12:10:44 -0400 |
commit | a79f82331437909c8f99217c616bb17e26013448 (patch) | |
tree | cdcc09b013200aac9de302434518a190b4e08e36 /board/atmel | |
parent | 0072f5fce3c981de626ae2b334bbdf7ecf362586 (diff) |
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.c | 1 |
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 a6937e7d524..2a2439c53ae 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> |