Don't define ACPI_BUT_DEBUG here.
This commit is contained in:
parent
710f40a884
commit
101cc60a48
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: acpi_button.c,v 1.2 2001/11/13 13:01:57 lukem Exp $ */
|
||||
/* $NetBSD: acpi_button.c,v 1.3 2002/03/10 19:55:01 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2001 Wasabi Systems, Inc.
|
||||
@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: acpi_button.c,v 1.2 2001/11/13 13:01:57 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: acpi_button.c,v 1.3 2002/03/10 19:55:01 augustss Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -50,8 +50,6 @@ __KERNEL_RCSID(0, "$NetBSD: acpi_button.c,v 1.2 2001/11/13 13:01:57 lukem Exp $"
|
||||
#include <dev/acpi/acpireg.h>
|
||||
#include <dev/acpi/acpivar.h>
|
||||
|
||||
#define ACPI_BUT_DEBUG
|
||||
|
||||
struct acpibut_softc {
|
||||
struct device sc_dev; /* base device glue */
|
||||
struct acpi_devnode *sc_node; /* our ACPI devnode */
|
||||
|
Loading…
x
Reference in New Issue
Block a user