src/mainboard: Remove not used #include <elog.h>
Change-Id: I901cb35488e08f58cdf97f3a8d0f5a8d03560f86 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33729 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1e3d16e8d1
commit
4655d041cd
|
@ -21,7 +21,6 @@
|
|||
#include <southbridge/intel/lynxpoint/me.h>
|
||||
#include <southbridge/intel/lynxpoint/nvs.h>
|
||||
#include <southbridge/intel/lynxpoint/pch.h>
|
||||
#include <elog.h>
|
||||
#include <superio/ite/it8772f/it8772f.h>
|
||||
|
||||
#include "onboard.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <baseboard/variant.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <elog.h>
|
||||
#include <ec/google/chromeec/smm.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <cpu/x86/smm.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/smm.h>
|
||||
#include <elog.h>
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <device/device.h>
|
||||
#include <elog.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <device/device.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clk_rst.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <device/device.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#include <device/device.h>
|
||||
#include <drivers/parade/ps8640/ps8640.h>
|
||||
#include <edid.h>
|
||||
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/da9212.h>
|
||||
#include <soc/ddp.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <edid.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/display.h>
|
||||
#include <soc/grf.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <edid.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/display.h>
|
||||
#include <soc/grf.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <edid.h>
|
||||
#include <elog.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/display.h>
|
||||
#include <soc/grf.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <elog.h>
|
||||
#include <ec/google/chromeec/smm.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/nvs.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <arch/acpi.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <elog.h>
|
||||
#include <ec/google/chromeec/smm.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/nvs.h>
|
||||
|
|
Loading…
Reference in New Issue