diff options
| author | Rob Herring <[email protected]> | 2015-03-17 15:28:55 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-24 10:50:50 -0400 |
| commit | 7682a99826a624d3764656b5bb31f88e2f8b235b (patch) | |
| tree | c01050b0b3b5a93d150b7b35a2b8e478d788d3d5 /common | |
| parent | 3c0c1f02d55db6681141cc4b125a9ddd47f6d4f3 (diff) | |
remove unnecessary version.h includes
Various files are needlessly rebuilt every time due to the version and
build time changing. As version.h is not actually needed, remove the
include.
Signed-off-by: Rob Herring <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Macpaul Lin <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: York Sun <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Philippe Reynes <[email protected]>
Cc: Eric Jarrige <[email protected]>
Cc: "David Müller" <[email protected]>
Cc: Phil Edworthy <[email protected]>
Cc: Robert Baldyga <[email protected]>
Cc: Torsten Koschorrek <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Łukasz Majewski <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/spl_mmc.c | 1 | ||||
| -rw-r--r-- | common/spl/spl_sata.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index c2e596be69b..e580f2291af 100644 --- a/common/spl/spl_mmc.c +++ b/common/spl/spl_mmc.c @@ -10,7 +10,6 @@ #include <spl.h> #include <asm/u-boot.h> #include <mmc.h> -#include <version.h> #include <image.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/common/spl/spl_sata.c b/common/spl/spl_sata.c index d9eb2d6687b..2a5eb298572 100644 --- a/common/spl/spl_sata.c +++ b/common/spl/spl_sata.c @@ -15,7 +15,6 @@ #include <sata.h> #include <scsi.h> #include <fat.h> -#include <version.h> #include <image.h> DECLARE_GLOBAL_DATA_PTR; |
