aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc87360/pc87360.h
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-02-10 23:22:13 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-14 07:54:40 +0000
commit485937fd4f184374ca95fe9541d3cf1e18d0c21b (patch)
tree61c4c022028c21624798f9c1b13b564163bfa79c /src/superio/nsc/pc87360/pc87360.h
parent05383287a1a4e1f1bcf64a784c51b24b9cfe97ae (diff)
superio/nsc/pc87360: Use common early_serial
Change-Id: Id866c30d676e3c3ff53bfc2547abffce6e9b5e07 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/31335 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nsc/pc87360/pc87360.h')
-rw-r--r--src/superio/nsc/pc87360/pc87360.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/nsc/pc87360/pc87360.h b/src/superio/nsc/pc87360/pc87360.h
index 31680b4d7d..c9697464d2 100644
--- a/src/superio/nsc/pc87360/pc87360.h
+++ b/src/superio/nsc/pc87360/pc87360.h
@@ -30,9 +30,4 @@
#define PC87360_FSCM 0x09
#define PC87360_WDT 0x0A
-#include <arch/io.h>
-#include <stdint.h>
-
-void pc87360_enable_serial(pnp_devfn_t dev, u16 iobase);
-
#endif /* SUPERIO_NSC_PC87360_H */