From 880e5248dc625f00fe3bc83d13b88730020d577a Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 31 Mar 2014 15:13:07 +1100 Subject: superio/fintek/f71872: Avoid .c includes Following the same reasoning as commit d304331 superio/fintek/f81865f: Avoid .c includes Clean up the early_serial #include directives in mainboard/romstage code. Change-Id: Ia021229154dc90b830a314f3adc2a0dd444bd68d Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5436 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/superio/fintek/f71872/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/fintek/f71872/chip.h') diff --git a/src/superio/fintek/f71872/chip.h b/src/superio/fintek/f71872/chip.h index a6ac51fe45..3368ef2fdc 100644 --- a/src/superio/fintek/f71872/chip.h +++ b/src/superio/fintek/f71872/chip.h @@ -28,4 +28,4 @@ struct superio_fintek_f71872_config { struct pc_keyboard keyboard; }; -#endif +#endif /* SUPERIO_FINTEK_F71872_CHIP_H */ -- cgit v1.2.3