diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-06-16 13:27:57 +1000 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2014-06-20 22:36:19 +0200 |
commit | 114f0ee9d4bbcfc7fc4a68d2bf7f2eeabde45efb (patch) | |
tree | b7b62aa5c5e87cc34ced5c290c3c9b712adb0f50 /src/mainboard/google/stout | |
parent | 4c960d4ebe2f5ef486cf31fdeb9b92033642d907 (diff) |
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>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r-- | src/mainboard/google/stout/mainboard_smi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/stout/mainboard_smi.c b/src/mainboard/google/stout/mainboard_smi.c index 44dc46e345..7ab3cc5014 100644 --- a/src/mainboard/google/stout/mainboard_smi.c +++ b/src/mainboard/google/stout/mainboard_smi.c @@ -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" |