define acpi_dbgr as static

This commit is contained in:
kochi 2006-02-16 09:23:23 +00:00
parent 7e7584688f
commit 9fca0c53be
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acpi.c,v 1.81 2006/01/31 09:30:06 kochi Exp $ */
/* $NetBSD: acpi.c,v 1.82 2006/02/16 09:23:23 kochi Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.81 2006/01/31 09:30:06 kochi Exp $");
__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.82 2006/02/16 09:23:23 kochi Exp $");
#include "opt_acpi.h"
#include "opt_pcifixup.h"
@ -117,7 +117,7 @@ MALLOC_DECLARE(M_ACPI);
#define ACPI_DBGR_PROBE 0x08
#define ACPI_DBGR_RUNNING 0x10
int acpi_dbgr = 0x00;
static int acpi_dbgr = 0x00;
#endif
static int acpi_match(struct device *, struct cfdata *, void *);