Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Ooopppsss, missed the function declaration!



details:   https://anonhg.NetBSD.org/src/rev/04e83c937679
branches:  trunk
changeset: 345587:04e83c937679
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 01 08:06:38 2016 +0000

description:
Ooopppsss, missed the function declaration!

diffstat:

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

diffs (27 lines):

diff -r af7780196055 -r 04e83c937679 sys/dev/ic/nslm7x.c
--- a/sys/dev/ic/nslm7x.c       Wed Jun 01 06:39:11 2016 +0000
+++ b/sys/dev/ic/nslm7x.c       Wed Jun 01 08:06:38 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nslm7x.c,v 1.63 2016/06/01 02:37:47 pgoyette Exp $ */
+/*     $NetBSD: nslm7x.c,v 1.64 2016/06/01 08:06:38 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.63 2016/06/01 02:37:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.64 2016/06/01 08:06:38 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -92,7 +92,7 @@
 static void wb_refresh_temp(struct lm_softc *, int);
 static void wb_refresh_fanrpm(struct lm_softc *, int);
 static void wb_w83792d_refresh_fanrpm(struct lm_softc *, int);
-
+static void wb_nct6776f_refresh_fanrpm(struct lm_softc *, int);
 static void as_refresh_temp(struct lm_softc *, int);
 
 struct lm_chip {



Home | Main Index | Thread Index | Old Index