Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell Remove stray ; to fix the build



details:   https://anonhg.NetBSD.org/src/rev/4f042a3db8a7
branches:  trunk
changeset: 446583:4f042a3db8a7
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Dec 11 19:40:54 2018 +0000

description:
Remove stray ; to fix the build

diffstat:

 sys/dev/marvell/com_mv.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ee668b86d7f6 -r 4f042a3db8a7 sys/dev/marvell/com_mv.c
--- a/sys/dev/marvell/com_mv.c  Tue Dec 11 19:38:42 2018 +0000
+++ b/sys/dev/marvell/com_mv.c  Tue Dec 11 19:40:54 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com_mv.c,v 1.10 2018/12/11 06:34:00 thorpej Exp $      */
+/*     $NetBSD: com_mv.c,v 1.11 2018/12/11 19:40:54 martin Exp $       */
 /*
  * Copyright (c) 2007, 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_mv.c,v 1.10 2018/12/11 06:34:00 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_mv.c,v 1.11 2018/12/11 19:40:54 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -55,7 +55,7 @@
 
 static void
 mvuart_init_regs(struct com_regs *regs, bus_space_tag_t tag,
-                bus_space_handle_t hdl, bus_addr_t addr);
+                bus_space_handle_t hdl, bus_addr_t addr)
 {
 
        com_init_regs_stride(regs, tag, hdl, addr, 2);



Home | Main Index | Thread Index | Old Index