diff options
| author | pooka <pooka@NetBSD.org> | 2010-10-20 18:50:46 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-10-20 18:50:46 +0000 |
| commit | f4fd6656e36ea520553ad3e599f21fdc3bbcd786 (patch) | |
| tree | 43a04e5d3cd6ba80287f988ff3a0381fefb74306 /sys/dev/sysmon | |
| parent | 8660c50d362ce6f64b687b1458b576d7aa860b7b (diff) | |
remove unused routine (per comment)
Diffstat (limited to 'sys/dev/sysmon')
| -rw-r--r-- | sys/dev/sysmon/swsensor.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/dev/sysmon/swsensor.c b/sys/dev/sysmon/swsensor.c index 3328e41b00b..3f15b2d35c0 100644 --- a/sys/dev/sysmon/swsensor.c +++ b/sys/dev/sysmon/swsensor.c @@ -1,4 +1,4 @@ -/* $NetBSD: swsensor.c,v 1.1 2010/10/19 11:55:38 pgoyette Exp $ */ +/* $NetBSD: swsensor.c,v 1.2 2010/10/20 18:50:46 pooka Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. * All rights reserved. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: swsensor.c,v 1.1 2010/10/19 11:55:38 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: swsensor.c,v 1.2 2010/10/20 18:50:46 pooka Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -192,15 +192,3 @@ swsensor_modcmd(modcmd_t cmd, void *arg) return ret; } - -/* - * Initialization entry for rump - */ - -int -swsensorattach(int n __unused) -{ - printf("%s: ", "swsensor0"); - - return swsensor_init(NULL); -} |
