summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ir/irframe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ir/irframe.c b/sys/dev/ir/irframe.c
index 39cf1e8a7c2..fd2ce2d0de8 100644
--- a/sys/dev/ir/irframe.c
+++ b/sys/dev/ir/irframe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: irframe.c,v 1.20 2002/09/30 21:22:22 thorpej Exp $ */
+/* $NetBSD: irframe.c,v 1.21 2002/10/02 02:15:32 thorpej Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -90,9 +90,8 @@ struct cfdriver irframe_cd = {
#endif
CFATTACH_DECL(irframe, sizeof(struct irframe_softc),
- irframe_match, irframe_attach, irframe_detach, irframe_activate)
+ irframe_match, irframe_attach, irframe_detach, irframe_activate);
-extern const struct cfattach irframe_ca;
extern struct cfdriver irframe_cd;
#define IRFRAMEUNIT(dev) (minor(dev))