aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-06 22:03:14 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-06 22:03:14 +0000
commit3cca27dac64145df4b3f42b55167b8832fded850 (patch)
tree34b8e0f9fc03be77e0c812abb3b81b48607928c3
parentd4439333ff1c35e58d11046a2eed3b10a64270db (diff)
downloadsrc-3cca27dac64145df4b3f42b55167b8832fded850.tar.gz
src-3cca27dac64145df4b3f42b55167b8832fded850.zip
GC unused pps_drvinit() declaration
Notes
Notes: svn path=/head/; revision=46589
-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 a80dfbb020f4..6f80fb040ace 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