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 unused struct sysctllog from the softc.



details:   https://anonhg.NetBSD.org/src/rev/64350a376bc3
branches:  trunk
changeset: 752853:64350a376bc3
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Mar 08 11:39:42 2010 +0000

description:
Remove unused struct sysctllog from the softc.

diffstat:

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

diffs (34 lines):

diff -r 74c029e72c5a -r 64350a376bc3 sys/dev/acpi/dalb_acpi.c
--- a/sys/dev/acpi/dalb_acpi.c  Mon Mar 08 11:12:32 2010 +0000
+++ b/sys/dev/acpi/dalb_acpi.c  Mon Mar 08 11:39:42 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dalb_acpi.c,v 1.9 2010/03/05 14:00:17 jruoho Exp $     */
+/*     $NetBSD: dalb_acpi.c,v 1.10 2010/03/08 11:39:42 jruoho Exp $    */
 
 /*-
  * Copyright (c) 2008 Christoph Egger <cegger%netbsd.org@localhost>
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dalb_acpi.c,v 1.9 2010/03/05 14:00:17 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dalb_acpi.c,v 1.10 2010/03/08 11:39:42 jruoho Exp $");
 
 /*
  * Direct Application Launch Button:
@@ -36,7 +36,6 @@
 
 #include <sys/param.h>
 #include <sys/device.h>
-#include <sys/sysctl.h>
 #include <sys/systm.h>
 
 #include <dev/acpi/acpireg.h>
@@ -50,7 +49,6 @@
 struct acpi_dalb_softc {
        device_t sc_dev;
        struct acpi_devnode *sc_node;
-       struct sysctllog *sc_log;
 
        ACPI_INTEGER sc_usageid;
 



Home | Main Index | Thread Index | Old Index