Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/ralink comment a #endif



details:   https://anonhg.NetBSD.org/src/rev/15b6d62e9364
branches:  trunk
changeset: 329027:15b6d62e9364
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Apr 30 00:51:26 2014 +0000

description:
comment a #endif

diffstat:

 sys/arch/mips/ralink/ralink_com.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 68bd740cb077 -r 15b6d62e9364 sys/arch/mips/ralink/ralink_com.c
--- a/sys/arch/mips/ralink/ralink_com.c Wed Apr 30 00:51:01 2014 +0000
+++ b/sys/arch/mips/ralink/ralink_com.c Wed Apr 30 00:51:26 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ralink_com.c,v 1.3 2012/02/01 02:05:14 matt Exp $      */
+/*     $NetBSD: ralink_com.c,v 1.4 2014/04/30 00:51:26 matt Exp $      */
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -130,7 +130,7 @@
 /* ralink_com.c -- Ralink 3052 uart console driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_com.c,v 1.3 2012/02/01 02:05:14 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_com.c,v 1.4 2014/04/30 00:51:26 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -232,7 +232,7 @@
 {
        cn_tab = &ralink_earlycons;
 }
-#endif
+#endif /* RALINK_CONSOLE_EARLY */
 
 
 int



Home | Main Index | Thread Index | Old Index