summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-06 22:03:14 +0000
committerpeter <peter@FreeBSD.org>1999-05-06 22:03:14 +0000
commitacbadc9899a2e305224b7e991a1b2adaa93cdecf (patch)
tree61c9db048398e22586a36f08deeb26b911a9a4b1 /sys/dev/ppbus
parenta23408b1ad27327d3cd8fff59257b480f84d1cdc (diff)
downloadFreeBSD-src-acbadc9899a2e305224b7e991a1b2adaa93cdecf.zip
FreeBSD-src-acbadc9899a2e305224b7e991a1b2adaa93cdecf.tar.gz
GC unused pps_drvinit() declaration
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/pps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index a80dfbb..6f80fb0 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: pps.c,v 1.15 1999/03/13 16:22:18 phk Exp $
+ * $Id: pps.c,v 1.16 1999/04/25 08:58:10 phk Exp $
*
* This driver implements a draft-mogul-pps-api-02.txt PPS source.
*
@@ -48,7 +48,6 @@ static int npps;
static struct ppb_device *ppsprobe(struct ppb_data *ppb);
static int ppsattach(struct ppb_device *dev);
static void ppsintr(int unit);
-static void pps_drvinit(void *unused);
static struct ppb_driver ppsdriver = {
ppsprobe, ppsattach, PPS_NAME
OpenPOWER on IntegriCloud