Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Fix build failure.



details:   https://anonhg.NetBSD.org/src/rev/f43bc53af94c
branches:  trunk
changeset: 756909:f43bc53af94c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Aug 07 17:12:55 2010 +0000

description:
Fix build failure.

diffstat:

 sys/dev/acpi/acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 12a67b7a3bbe -r f43bc53af94c sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Sat Aug 07 16:59:48 2010 +0000
+++ b/sys/dev/acpi/acpi.c       Sat Aug 07 17:12:55 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index