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>
This commit is contained in:
parent
0072f5fce3
commit
a79f823314
@ -9,7 +9,6 @@
|
||||
#include <init.h>
|
||||
#include <ram.h>
|
||||
#include <spl.h>
|
||||
#include <version.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch-rockchip/bootrom.h>
|
||||
#include <asm/arch-rockchip/sdram_px30.h>
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include <asm-offsets.h>
|
||||
#include <config.h>
|
||||
#include <version.h>
|
||||
|
||||
/*
|
||||
* icache and dcache configuration used only for start.S.
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <dm/uclass-internal.h>
|
||||
#include <mapmem.h>
|
||||
#include <serial.h>
|
||||
#include <version.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_device.h>
|
||||
#include <acpi/acpi_table.h>
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
#include <nand.h>
|
||||
#include <version.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/at91_common.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <netdev.h>
|
||||
#include <nand.h>
|
||||
#include <spi.h>
|
||||
#include <version.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
* Copyright (C) 2017 Chris Brandt
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <version.h>
|
||||
#include <asm/macro.h>
|
||||
|
||||
/* Watchdog Registers */
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <linux/usb/gadget.h>
|
||||
#include <linux/usb/composite.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <version.h>
|
||||
#include <g_dnl.h>
|
||||
#include <asm/arch-rockchip/f_rockusb.h>
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
#ifndef __BCMSTB_H
|
||||
#define __BCMSTB_H
|
||||
|
||||
#include "version.h"
|
||||
#include <linux/sizes.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
Loading…
Reference in New Issue
Block a user