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:
Kyösti Mälkki 2016-11-30 14:59:52 +02:00 committed by Martin Roth
parent 3ec149dd7e
commit 530f677cdc
19 changed files with 0 additions and 21 deletions

View File

@ -29,7 +29,6 @@
*/
#include <assert.h>
#include <config.h>
#include <stdlib.h>
#include <stdint.h>
#include <symbols.h>

View File

@ -32,7 +32,6 @@
#ifndef ARM_CACHE_H
#define ARM_CACHE_H
#include <config.h>
#include <stddef.h>
#include <stdint.h>

View File

@ -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>

View File

@ -27,7 +27,6 @@
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
#include <config.h>
#include <string.h>
#include <commonlib/configstring.h>

View File

@ -17,7 +17,6 @@
* How we use DRAM on Allwinner CPUs
*/
#include <config.h>
#include <symbols.h>
/*

View File

@ -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)

View File

@ -12,7 +12,6 @@
* GNU General Public License for more details.
*/
#include <config.h>
#include <stddef.h>
#include <stdint.h>
#include <symbols.h>

View File

@ -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;

View File

@ -13,7 +13,6 @@
*/
#include <stdlib.h>
#include <config.h>
#include <types.h>
#include <console/uart.h>
#include <arch/io.h>

View File

@ -21,8 +21,6 @@
* to 64k if we can though.
*/
#include <kconfig.h>
#include <config.h>
#define LAPIC_BASE_MSR 0x1b
/*

View File

@ -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)

View File

@ -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>

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -15,7 +15,6 @@
*/
#include <arch/io.h>
#include <config.h>
#include <console/console.h>
#include <device/pci.h>
#include <device/pci_ids.h>

View File

@ -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>

View File

@ -278,7 +278,6 @@
#include "gcc-intrin.h"
#include <assert.h>
#include <config.h>
#include <console/console.h>
#include <commonlib/loglevel.h>