src/mainboard/google/*/mainboard_smi.c: Remove #include .c's
No need for these. Change-Id: I1df6e2ef06bd5546a66ee05a15fa2f7c3daf8853 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6039 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
4c960d4ebe
commit
114f0ee9d4
|
@ -27,9 +27,6 @@
|
|||
#include <cpu/intel/model_206ax/model_206ax.h>
|
||||
#include <elog.h>
|
||||
|
||||
/* Include romstage serial for SIO helper functions */
|
||||
#include <superio/ite/it8772f/early_serial.c>
|
||||
|
||||
/* Include EC functions */
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include "ec.h"
|
||||
|
|
|
@ -26,9 +26,6 @@
|
|||
#include <northbridge/intel/sandybridge/sandybridge.h>
|
||||
#include <cpu/intel/model_206ax/model_206ax.h>
|
||||
|
||||
/* Include romstage serial for SIO helper functions */
|
||||
#include <superio/ite/it8772f/early_serial.c>
|
||||
|
||||
/* Include EC functions */
|
||||
#include <ec/quanta/it8518/ec.h>
|
||||
#include "ec.h"
|
||||
|
|
Loading…
Reference in New Issue