Module Name:    src
Committed By:   jruoho
Date:           Sat Aug  7 17:12:55 UTC 2010

Modified Files:
        src/sys/dev/acpi: acpi.c

Log Message:
Fix build failure.


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/dev/acpi/acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/acpi/acpi.c
diff -u src/sys/dev/acpi/acpi.c:1.212 src/sys/dev/acpi/acpi.c:1.213
--- src/sys/dev/acpi/acpi.c:1.212	Sat Aug  7 09:41:19 2010
+++ src/sys/dev/acpi/acpi.c	Sat Aug  7 17:12:55 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: acpi.c,v 1.212 2010/08/07 09:41:19 jruoho Exp $	*/
+/*	$NetBSD: acpi.c,v 1.213 2010/08/07 17:12:55 jruoho Exp $	*/
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.212 2010/08/07 09:41:19 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.213 2010/08/07 17:12:55 jruoho Exp $");
 
 #include "opt_acpi.h"
 #include "opt_pcifixup.h"
@@ -163,7 +163,7 @@
 extern kmutex_t		 acpi_interrupt_list_mtx;
 extern struct		 cfdriver acpi_cd;
 static ACPI_HANDLE	 acpi_scopes[4];
-static ACPI_TABLE_HEADER *madt_header;
+ACPI_TABLE_HEADER	*madt_header;
 
 /*
  * This structure provides a context for the ACPI

Reply via email to