Module Name: src
Committed By: kiyohara
Date: Sat Jan 7 14:36:51 UTC 2017
Modified Files:
src/sys/dev/marvell: gtidmac.c gtidmacvar.h
Log Message:
Remove unused function.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/marvell/gtidmac.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/gtidmacvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/marvell/gtidmac.c
diff -u src/sys/dev/marvell/gtidmac.c:1.11 src/sys/dev/marvell/gtidmac.c:1.12
--- src/sys/dev/marvell/gtidmac.c:1.11 Sat Mar 15 13:33:48 2014
+++ src/sys/dev/marvell/gtidmac.c Sat Jan 7 14:36:51 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: gtidmac.c,v 1.11 2014/03/15 13:33:48 kiyohara Exp $ */
+/* $NetBSD: gtidmac.c,v 1.12 2017/01/07 14:36:51 kiyohara Exp $ */
/*
* Copyright (c) 2008, 2012 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtidmac.c,v 1.11 2014/03/15 13:33:48 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtidmac.c,v 1.12 2017/01/07 14:36:51 kiyohara Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -926,13 +926,6 @@ gtidmac_dmmap_unload(struct gtidmac_soft
}
-void *
-gtidmac_tag_get(void)
-{
-
- return gtidmac_softc;
-}
-
/*
* IDMAC functions
*/
Index: src/sys/dev/marvell/gtidmacvar.h
diff -u src/sys/dev/marvell/gtidmacvar.h:1.2 src/sys/dev/marvell/gtidmacvar.h:1.3
--- src/sys/dev/marvell/gtidmacvar.h:1.2 Sat Mar 15 13:33:48 2014
+++ src/sys/dev/marvell/gtidmacvar.h Sat Jan 7 14:36:51 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: gtidmacvar.h,v 1.2 2014/03/15 13:33:48 kiyohara Exp $ */
+/* $NetBSD: gtidmacvar.h,v 1.3 2017/01/07 14:36:51 kiyohara Exp $ */
/*
* Copyright (c) 2008, 2009 KIYOHARA Takashi
* All rights reserved.
@@ -48,8 +48,6 @@ struct gtidmac_winacctbl {
extern struct gtidmac_winacctbl *gtidmac_winacctbl;
extern struct gtidmac_winacctbl *mvxore_winacctbl;
-void *gtidmac_tag_get(void);
-
int gtidmac_chan_alloc(void *, bus_dmamap_t **, bus_dmamap_t **, void *);
void gtidmac_chan_free(void *, int);
int gtidmac_setup(void *, int, int, bus_dmamap_t *, bus_dmamap_t *, bus_size_t);