diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2016-06-01 08:06:38 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2016-06-01 08:06:38 +0000 |
| commit | 91b9a98bfa68f54d75f3d8d8794fb861cf00a6d0 (patch) | |
| tree | 22d67e74ce49b850ba67ca0a8292047773a701ec /sys/dev | |
| parent | caf7544ddc3ee5bc31624e6af14919ae5fd74067 (diff) | |
Ooopppsss, missed the function declaration!
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/nslm7x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c index 50e70f9bccd..920f79e4473 100644 --- a/sys/dev/ic/nslm7x.c +++ b/sys/dev/ic/nslm7x.c @@ -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_w83627ehf_refresh_nvolt(struct lm_softc *, int); 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 { |
