]> Git Repo - u-boot.git/commit
remove unnecessary version.h includes
authorRob Herring <[email protected]>
Tue, 17 Mar 2015 20:28:55 +0000 (15:28 -0500)
committerTom Rini <[email protected]>
Tue, 24 Mar 2015 14:50:50 +0000 (10:50 -0400)
commit7682a99826a624d3764656b5bb31f88e2f8b235b
treec01050b0b3b5a93d150b7b35a2b8e478d788d3d5
parent3c0c1f02d55db6681141cc4b125a9ddd47f6d4f3
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]>
68 files changed:
arch/arm/cpu/arm1136/start.S
arch/arm/cpu/arm1176/start.S
arch/arm/cpu/arm720t/start.S
arch/arm/cpu/arm926ejs/mxs/start.S
arch/arm/cpu/arm926ejs/start.S
arch/arm/cpu/arm946es/start.S
arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S
arch/arm/cpu/armv7/exynos/clock_init_exynos4.c
arch/arm/cpu/armv7/exynos/exynos4_setup.h
arch/arm/cpu/armv7/omap3/lowlevel_init.S
arch/arm/cpu/armv7/socfpga/lowlevel_init.S
arch/arm/cpu/armv7/socfpga/spl.c
arch/arm/cpu/armv7/start.S
arch/arm/cpu/armv8/cache.S
arch/arm/cpu/armv8/exceptions.S
arch/arm/cpu/armv8/start.S
arch/arm/cpu/armv8/tlb.S
arch/arm/cpu/armv8/transition.S
arch/arm/cpu/pxa/start.S
arch/arm/cpu/sa1100/start.S
arch/arm/mach-tegra/lowlevel_init.S
arch/microblaze/cpu/spl.c
arch/nds32/cpu/n1213/start.S
arch/powerpc/config.mk
arch/powerpc/cpu/mpc8260/kgdb.S
arch/powerpc/cpu/mpc85xx/release.S
arch/powerpc/cpu/mpc86xx/cache.S
arch/powerpc/cpu/mpc86xx/release.S
arch/powerpc/cpu/mpc8xx/kgdb.S
arch/powerpc/cpu/ppc4xx/kgdb.S
arch/sh/cpu/sh2/start.S
arch/sh/cpu/sh3/start.S
arch/sh/cpu/sh4/start.S
arch/x86/cpu/start.S
board/alphaproject/ap_sh4a_4a/lowlevel_init.S
board/armadeus/apf27/lowlevel_init.S
board/armltd/integrator/lowlevel_init.S
board/armltd/versatile/lowlevel_init.S
board/espt/lowlevel_init.S
board/logicpd/imx27lite/lowlevel_init.S
board/mpl/vcma9/lowlevel_init.S
board/ms7722se/lowlevel_init.S
board/ms7750se/lowlevel_init.S
board/renesas/MigoR/lowlevel_init.S
board/renesas/ap325rxa/lowlevel_init.S
board/renesas/ecovec/lowlevel_init.S
board/renesas/r0p7734/lowlevel_init.S
board/renesas/r2dplus/lowlevel_init.S
board/renesas/r7780mp/lowlevel_init.S
board/renesas/rsk7203/lowlevel_init.S
board/renesas/rsk7264/lowlevel_init.S
board/renesas/rsk7269/lowlevel_init.S
board/renesas/sh7752evb/lowlevel_init.S
board/renesas/sh7753evb/lowlevel_init.S
board/renesas/sh7757lcr/lowlevel_init.S
board/renesas/sh7763rdp/lowlevel_init.S
board/renesas/sh7785lcr/lowlevel_init.S
board/samsung/goni/lowlevel_init.S
board/samsung/smdk2410/lowlevel_init.S
board/samsung/smdkc100/lowlevel_init.S
board/samsung/trats/setup.h
board/scb9328/lowlevel_init.S
board/shmin/lowlevel_init.S
common/spl/spl_mmc.c
common/spl/spl_sata.c
drivers/rtc/mc146818.c
drivers/video/mpc8xx_lcd.c
drivers/video/pxa_lcd.c
This page took 0.054829 seconds and 4 git commands to generate.