From aec73a28e08e986a07be3cd6d9d689fb197d94a2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 28 Nov 2010 20:57:10 +0000 Subject: Do not declare a struct cfdriver and initialize it, and then write `extern struct cfdriver' the bloody same struct. --- sys/arch/alpha/alpha/cpu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c index 0ba05952be5..f73b9a13a79 100644 --- a/sys/arch/alpha/alpha/cpu.c +++ b/sys/arch/alpha/alpha/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.27 2010/03/31 19:46:25 miod Exp $ */ +/* $OpenBSD: cpu.c,v 1.28 2010/11/28 20:57:09 miod Exp $ */ /* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /*- @@ -113,8 +113,6 @@ struct cfdriver cpu_cd = { NULL, "cpu", DV_DULL }; -extern struct cfdriver cpu_cd; - static const char *ev4minor[] = { "pass 2 or 2.1", "pass 3", 0 }, *lcaminor[] = { -- cgit v1.2.3