diff options
author | Rob Herring <robh@kernel.org> | 2015-03-17 15:28:55 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-24 10:50:50 -0400 |
commit | 7682a99826a624d3764656b5bb31f88e2f8b235b (patch) | |
tree | c01050b0b3b5a93d150b7b35a2b8e478d788d3d5 /common | |
parent | 3c0c1f02d55db6681141cc4b125a9ddd47f6d4f3 (diff) | |
download | u-boot-imx-7682a99826a624d3764656b5bb31f88e2f8b235b.zip u-boot-imx-7682a99826a624d3764656b5bb31f88e2f8b235b.tar.gz u-boot-imx-7682a99826a624d3764656b5bb31f88e2f8b235b.tar.bz2 |
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 <robh@kernel.org>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Macpaul Lin <macpaul@andestech.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: York Sun <yorksun@freescale.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Philippe Reynes <tremyfr@yahoo.fr>
Cc: Eric Jarrige <eric.jarrige@armadeus.org>
Cc: "David Müller" <d.mueller@elsoft.ch>
Cc: Phil Edworthy <phil.edworthy@renesas.com>
Cc: Robert Baldyga <r.baldyga@samsung.com>
Cc: Torsten Koschorrek <koschorrek@synertronixx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Łukasz Majewski <l.majewski@samsung.com>
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 c2e596b..e580f22 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 d9eb2d6..2a5eb29 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; |