Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add missing function declarations



details:   https://anonhg.NetBSD.org/src/rev/c39ccaa69d7a
branches:  trunk
changeset: 822172:c39ccaa69d7a
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Mar 06 01:50:44 2017 +0000

description:
Add missing function declarations

diffstat:

 sys/dev/usb/if_axe.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 579922d6b843 -r c39ccaa69d7a sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c      Sun Mar 05 23:15:35 2017 +0000
+++ b/sys/dev/usb/if_axe.c      Mon Mar 06 01:50:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $      */
+/*     $NetBSD: if_axe.c,v 1.82 2017/03/06 01:50:44 ozaki-r Exp $      */
 /*     $OpenBSD: if_axe.c,v 1.137 2016/04/13 11:03:37 mpi Exp $ */
 
 /*
@@ -87,7 +87,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.82 2017/03/06 01:50:44 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -272,6 +272,8 @@
 
 static void    axe_ax88178_init(struct axe_softc *);
 static void    axe_ax88772_init(struct axe_softc *);
+static void    axe_ax88772a_init(struct axe_softc *);
+static void    axe_ax88772b_init(struct axe_softc *);
 
 /* Get exclusive access to the MII registers */
 static void



Home | Main Index | Thread Index | Old Index