diff options
author | Pali Rohár <pali@kernel.org> | 2021-08-02 15:18:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-17 12:10:44 -0400 |
commit | a79f82331437909c8f99217c616bb17e26013448 (patch) | |
tree | cdcc09b013200aac9de302434518a190b4e08e36 /include | |
parent | 0072f5fce3c981de626ae2b334bbdf7ecf362586 (diff) | |
download | u-boot-a79f82331437909c8f99217c616bb17e26013448.tar.gz u-boot-a79f82331437909c8f99217c616bb17e26013448.tar.bz2 u-boot-a79f82331437909c8f99217c616bb17e26013448.zip |
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 'include')
-rw-r--r-- | include/configs/bcmstb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index 7f1c298cdc..564425ef56 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -10,7 +10,6 @@ #ifndef __BCMSTB_H #define __BCMSTB_H -#include "version.h" #include <linux/sizes.h> #ifndef __ASSEMBLY__ |