summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2008-01-03 21:37:25 +0000
committerkettenis <kettenis@openbsd.org>2008-01-03 21:37:25 +0000
commitda3dccb65af2fab1e0e97cafd23a3e72ec6b8009 (patch)
tree94e9fd352c2f4997fbea155fb822efc5ec4a30b7
parentDon't depend on evil (struct psycho_pbm *) cast. (diff)
downloadwireguard-openbsd-da3dccb65af2fab1e0e97cafd23a3e72ec6b8009.tar.xz
wireguard-openbsd-da3dccb65af2fab1e0e97cafd23a3e72ec6b8009.zip
Remove redundant extenr declaration.
-rw-r--r--sys/arch/sparc64/dev/sbus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/sbus.c b/sys/arch/sparc64/dev/sbus.c
index 96a315338e6..f75135d637c 100644
--- a/sys/arch/sparc64/dev/sbus.c
+++ b/sys/arch/sparc64/dev/sbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbus.c,v 1.30 2007/12/07 00:34:20 deraadt Exp $ */
+/* $OpenBSD: sbus.c,v 1.31 2008/01/03 21:37:25 kettenis Exp $ */
/* $NetBSD: sbus.c,v 1.46 2001/10/07 20:30:41 eeh Exp $ */
/*-
@@ -173,8 +173,6 @@ struct cfdriver sbus_cd = {
NULL, "sbus", DV_DULL
};
-extern struct cfdriver sbus_cd;
-
/*
* DVMA routines
*/