aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71863fg/chip.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-03-31 15:08:35 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-02 01:07:57 +0200
commitade70a0482fa4ed36d8d2d75f190876ccd7cbad5 (patch)
tree18a1dd1485d99e65118b44fe6696cb559fffd2f8 /src/superio/fintek/f71863fg/chip.h
parentfbdc3ef7d9df3b68efafffa1c2d50352d25dfb60 (diff)
superio/fintek/f71863fg: 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: I863c16634873224c17e43100271e9b91419724d0 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5435 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/fintek/f71863fg/chip.h')
-rw-r--r--src/superio/fintek/f71863fg/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71863fg/chip.h b/src/superio/fintek/f71863fg/chip.h
index 908482447b..4d2652e0d3 100644
--- a/src/superio/fintek/f71863fg/chip.h
+++ b/src/superio/fintek/f71863fg/chip.h
@@ -29,4 +29,4 @@ struct superio_fintek_f71863fg_config {
struct pc_keyboard keyboard;
};
-#endif
+#endif /* SUPERIO_FINTEK_F71863FG_CHIP_H */