buildsystem: Drop explicit (k)config.h includes
We have kconfig.h auto-included and it pulls config.h too. Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17655 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
3ec149dd7e
commit
530f677cdc
|
@ -29,7 +29,6 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <symbols.h>
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#ifndef ARM_CACHE_H
|
||||
#define ARM_CACHE_H
|
||||
|
||||
#include <config.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#ifndef ARM_ARM64_CACHE_H
|
||||
#define ARM_ARM64_CACHE_H
|
||||
|
||||
#include <config.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/barrier.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include <commonlib/configstring.h>
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
* How we use DRAM on Allwinner CPUs
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <symbols.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/*
|
||||
PLL Freq = 25 * NS /(MS * 2^RS)
|
||||
CPU Freq = PLL/(CPU_DIV+2)
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <symbols.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include "pinmux.h"
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <config.h>
|
||||
|
||||
static struct am335x_pinmux_regs *regs =
|
||||
(struct am335x_pinmux_regs *)(uintptr_t)AM335X_PINMUX_REG_ADDR;
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <config.h>
|
||||
#include <types.h>
|
||||
#include <console/uart.h>
|
||||
#include <arch/io.h>
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
* to 64k if we can though.
|
||||
*/
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <config.h>
|
||||
#define LAPIC_BASE_MSR 0x1b
|
||||
|
||||
/*
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <device/pciexp.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <pc80/i8259.h>
|
||||
#include <kconfig.h>
|
||||
#include <vboot/vbnv.h>
|
||||
|
||||
u8 pci_moving_config8(struct device *dev, unsigned int reg)
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
#include <kconfig.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <smbios.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <kconfig.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
||||
#include "drivers/intel/gma/i915_reg.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <kconfig.h>
|
||||
|
||||
#include <drivers/intel/gma/i915_reg.h>
|
||||
#include "chip.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <kconfig.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
||||
#include "drivers/intel/gma/i915_reg.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <config.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -278,7 +278,6 @@
|
|||
#include "gcc-intrin.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <config.h>
|
||||
#include <console/console.h>
|
||||
#include <commonlib/loglevel.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue