Module Name:    src
Committed By:   jruoho
Date:           Thu Feb 17 10:21:43 UTC 2011

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

Log Message:
ACPICA 20100806:

Obsolete Functions: AcpiOsValidateInterface - no longer used.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/acpica/OsdMemory.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/acpica/OsdMemory.c
diff -u src/sys/dev/acpi/acpica/OsdMemory.c:1.3 src/sys/dev/acpi/acpica/OsdMemory.c:1.4
--- src/sys/dev/acpi/acpica/OsdMemory.c:1.3	Tue Aug 18 16:41:02 2009
+++ src/sys/dev/acpi/acpica/OsdMemory.c	Thu Feb 17 10:21:43 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: OsdMemory.c,v 1.3 2009/08/18 16:41:02 jmcneill Exp $	*/
+/*	$NetBSD: OsdMemory.c,v 1.4 2011/02/17 10:21:43 jruoho Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: OsdMemory.c,v 1.3 2009/08/18 16:41:02 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: OsdMemory.c,v 1.4 2011/02/17 10:21:43 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -143,10 +143,3 @@
 
 	return acpi_md_OsWritable(Pointer, Length);
 }
-
-ACPI_STATUS
-AcpiOsValidateInterface(char *Interface)
-{
-
-	return AE_SUPPORT;
-}

Reply via email to