From 8b508b56729cca449fe3d56773446b3fb015c117 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 10 Apr 2010 16:14:07 +0000 Subject: [PATCH] Remove extern int atari_realconfig decls. It's in . --- sys/arch/atari/atari/autoconf.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/arch/atari/atari/autoconf.c b/sys/arch/atari/atari/autoconf.c index ccb3e9385f58..14344861db62 100644 --- a/sys/arch/atari/atari/autoconf.c +++ b/sys/arch/atari/atari/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.57 2010/04/01 17:07:51 tsutsui Exp $ */ +/* $NetBSD: autoconf.c,v 1.58 2010/04/10 16:14:07 tsutsui Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.57 2010/04/01 17:07:51 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.58 2010/04/10 16:14:07 tsutsui Exp $"); #include #include @@ -59,8 +59,7 @@ int atari_realconfig; void cpu_configure(void) { - extern int atari_realconfig; - + atari_realconfig = 1; init_sicallback(); @@ -98,7 +97,6 @@ atari_config_found(struct cfdata *pcfp, struct device *pdp, void *auxp, struct device temp; struct cfdata *cf; const struct cfattach *ca; - extern int atari_realconfig; if (atari_realconfig) return config_found(pdp, auxp, pfn) != NULL;