aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71872/chip.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-03-31 15:13:07 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-02 01:08:09 +0200
commit880e5248dc625f00fe3bc83d13b88730020d577a (patch)
tree065448ed4c5edf7a8fb9f3f6bda6c460fce99efb /src/superio/fintek/f71872/chip.h
parentade70a0482fa4ed36d8d2d75f190876ccd7cbad5 (diff)
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 <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5436 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/fintek/f71872/chip.h')
-rw-r--r--src/superio/fintek/f71872/chip.h2
1 files changed, 1 insertions, 1 deletions
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 */