Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Remove a redundant prototype. A leftover from t...



details:   https://anonhg.NetBSD.org/src/rev/2d11d992a5ac
branches:  trunk
changeset: 754173:2d11d992a5ac
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 22 18:53:23 2010 +0000

description:
Remove a redundant prototype. A leftover from the previous commit.

diffstat:

 sys/dev/acpi/acpivar.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r f966c89aaf4a -r 2d11d992a5ac sys/dev/acpi/acpivar.h
--- a/sys/dev/acpi/acpivar.h    Thu Apr 22 18:40:09 2010 +0000
+++ b/sys/dev/acpi/acpivar.h    Thu Apr 22 18:53:23 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpivar.h,v 1.51 2010/04/22 18:40:09 jruoho Exp $      */
+/*     $NetBSD: acpivar.h,v 1.52 2010/04/22 18:53:23 jruoho Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -276,8 +276,6 @@
 void           acpi_resource_print(device_t, struct acpi_resources *);
 void           acpi_resource_cleanup(struct acpi_resources *);
 
-ACPI_STATUS    acpi_pwr_switch_consumer(ACPI_HANDLE, int);
-
 void *         acpi_pci_link_devbyhandle(ACPI_HANDLE);
 void           acpi_pci_link_add_reference(void *, int, int, int, int);
 int            acpi_pci_link_route_interrupt(void *, int, int *, int *, int *);



Home | Main Index | Thread Index | Old Index