Module Name:    src
Committed By:   dyoung
Date:           Thu Nov 12 20:30:10 UTC 2009

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

Log Message:
Don't use com_activate(), it's going away.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/com_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/com_acpi.c
diff -u src/sys/dev/acpi/com_acpi.c:1.29 src/sys/dev/acpi/com_acpi.c:1.30
--- src/sys/dev/acpi/com_acpi.c:1.29	Mon Jul 13 12:57:04 2009
+++ src/sys/dev/acpi/com_acpi.c	Thu Nov 12 20:30:10 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: com_acpi.c,v 1.29 2009/07/13 12:57:04 kiyohara Exp $ */
+/* $NetBSD: com_acpi.c,v 1.30 2009/11/12 20:30:10 dyoung Exp $ */
 
 /*
  * Copyright (c) 2002 Jared D. McNeill <jmcne...@invisible.ca>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.29 2009/07/13 12:57:04 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.30 2009/11/12 20:30:10 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -57,7 +57,7 @@
 };
 
 CFATTACH_DECL_NEW(com_acpi, sizeof(struct com_acpi_softc), com_acpi_match,
-    com_acpi_attach, NULL, com_activate);
+    com_acpi_attach, NULL, NULL);
 
 /*
  * Supported device IDs

Reply via email to