Skip to content
Snippets Groups Projects
Commit 7682a998 authored by Rob Herring's avatar Rob Herring Committed by Tom Rini
Browse files

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: default avatarRob 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: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarŁukasz Majewski <l.majewski@samsung.com>
parent 3c0c1f02
Branches
Tags
No related merge requests found
Showing
with 0 additions and 20 deletions
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#ifndef CONFIG_SYS_PHY_UBOOT_BASE #ifndef CONFIG_SYS_PHY_UBOOT_BASE
#define CONFIG_SYS_PHY_UBOOT_BASE CONFIG_SYS_UBOOT_BASE #define CONFIG_SYS_PHY_UBOOT_BASE CONFIG_SYS_UBOOT_BASE
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/hardware.h> #include <asm/hardware.h>
/* /*
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
*/ */
#include <config.h> #include <config.h>
#include <version.h>
#include <linux/linkage.h> #include <linux/linkage.h>
ENTRY(save_boot_params) ENTRY(save_boot_params)
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <common.h> #include <common.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>
#include <asm/arch/clk.h> #include <asm/arch/clk.h>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#define _ORIGEN_SETUP_H #define _ORIGEN_SETUP_H
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>
#ifdef CONFIG_CLK_800_330_165 #ifdef CONFIG_CLK_800_330_165
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
*/ */
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/arch/mem.h> #include <asm/arch/mem.h>
#include <asm/arch/clocks_omap3.h> #include <asm/arch/clocks_omap3.h>
#include <linux/linkage.h> #include <linux/linkage.h>
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
*/ */
#include <config.h> #include <config.h>
#include <version.h>
/* Set up the platform, once the cpu has been initialized */ /* Set up the platform, once the cpu has been initialized */
.globl lowlevel_init .globl lowlevel_init
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <asm/utils.h> #include <asm/utils.h>
#include <version.h>
#include <image.h> #include <image.h>
#include <asm/arch/reset_manager.h> #include <asm/arch/reset_manager.h>
#include <spl.h> #include <spl.h>
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/system.h> #include <asm/system.h>
#include <linux/linkage.h> #include <linux/linkage.h>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/macro.h> #include <asm/macro.h>
#include <linux/linkage.h> #include <linux/linkage.h>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/macro.h> #include <asm/macro.h>
#include <linux/linkage.h> #include <linux/linkage.h>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/macro.h> #include <asm/macro.h>
#include <asm/armv8/mmu.h> #include <asm/armv8/mmu.h>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/macro.h> #include <asm/macro.h>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/macro.h> #include <asm/macro.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <version.h>
/* /*
************************************************************************* *************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment