summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/exynos/exuart.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/armv7/exynos/exuart.c')
-rw-r--r--sys/arch/armv7/exynos/exuart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/exynos/exuart.c b/sys/arch/armv7/exynos/exuart.c
index b2c473fcda5..fc7a216a63a 100644
--- a/sys/arch/armv7/exynos/exuart.c
+++ b/sys/arch/armv7/exynos/exuart.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exuart.c,v 1.12 2017/08/29 13:33:03 jsg Exp $ */
+/* $OpenBSD: exuart.c,v 1.13 2017/10/27 11:23:28 kevlo Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@motorola.com>
*
@@ -92,7 +92,6 @@ int exuartprobe(struct device *parent, void *self, void *aux);
void exuartattach(struct device *parent, struct device *self, void *aux);
void exuartcnprobe(struct consdev *cp);
-void exuartcnprobe(struct consdev *cp);
void exuartcninit(struct consdev *cp);
int exuartcnattach(bus_space_tag_t iot, bus_addr_t iobase, int rate,
tcflag_t cflag);