Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus Mark mgx_wait_host explicitly as unused.



details:   https://anonhg.NetBSD.org/src/rev/e473118029bb
branches:  trunk
changeset: 813908:e473118029bb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Feb 25 17:09:39 2016 +0000

description:
Mark mgx_wait_host explicitly as unused.

diffstat:

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

diffs (27 lines):

diff -r cdb1d0204e05 -r e473118029bb sys/dev/sbus/mgx.c
--- a/sys/dev/sbus/mgx.c        Thu Feb 25 14:59:22 2016 +0000
+++ b/sys/dev/sbus/mgx.c        Thu Feb 25 17:09:39 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mgx.c,v 1.6 2016/02/11 20:53:06 macallan Exp $ */
+/*     $NetBSD: mgx.c,v 1.7 2016/02/25 17:09:39 joerg Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -29,7 +29,7 @@
 /* a console driver for the SSB 4096V-MGX graphics card */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mgx.c,v 1.6 2016/02/11 20:53:06 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mgx.c,v 1.7 2016/02/25 17:09:39 joerg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -104,7 +104,7 @@
 static int     mgx_putcmap(struct mgx_softc *, struct wsdisplay_cmap *);
 static int     mgx_getcmap(struct mgx_softc *, struct wsdisplay_cmap *);
 static int     mgx_wait_engine(struct mgx_softc *);
-static int     mgx_wait_host(struct mgx_softc *);
+__unused static int    mgx_wait_host(struct mgx_softc *);
 static int     mgx_wait_fifo(struct mgx_softc *, unsigned int);
 
 static void    mgx_bitblt(void *, int, int, int, int, int, int, int);



Home | Main Index | Thread Index | Old Index