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/153db49ca671
branches: trunk
changeset: 343766:153db49ca671
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 c695b965bd63 -r 153db49ca671 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