Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix build.



details:   https://anonhg.NetBSD.org/src/rev/de2b95035028
branches:  trunk
changeset: 336620:de2b95035028
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Mar 07 21:53:33 2015 +0000

description:
Fix build.

Hi mipsallan

diffstat:

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

diffs (27 lines):

diff -r 0433f601bcdc -r de2b95035028 sys/dev/ic/com.c
--- a/sys/dev/ic/com.c  Sat Mar 07 21:50:30 2015 +0000
+++ b/sys/dev/ic/com.c  Sat Mar 07 21:53:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.330 2015/03/07 15:49:20 macallan Exp $ */
+/* $NetBSD: com.c,v 1.331 2015/03/07 21:53:33 skrll Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.330 2015/03/07 15:49:20 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.331 2015/03/07 21:53:33 skrll Exp $");
 
 #include "opt_com.h"
 #include "opt_ddb.h"
@@ -525,7 +525,7 @@
                         * should become effective.
                         */
                        uint8_t iir1, iir2;
-                       const uint8_t fcr = FIFO_ENABLE | FIFO_TRIGGER_14;
+                       uint8_t fcr = FIFO_ENABLE | FIFO_TRIGGER_14;
 
                        if(sc->sc_type == COM_TYPE_INGENIC)
                                fcr |= FIFO_UART_ON;



Home | Main Index | Thread Index | Old Index