aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
committerNate Lawson <njl@FreeBSD.org>2004-03-03 03:02:17 +0000
commit3184cf5a6b03f541c8bccdb1cdfc83d76f381771 (patch)
treeeb41907aaad8b00887090d96c34c135e310556ae /sys/dev/acpi_support
parent2adaffb0aac6dca5edc88e55614d0c6037cb8e38 (diff)
Notes
Diffstat (limited to 'sys/dev/acpi_support')
-rw-r--r--sys/dev/acpi_support/acpi_toshiba.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/acpi_support/acpi_toshiba.c b/sys/dev/acpi_support/acpi_toshiba.c
index 23d2d31a639a4..e8e43e540a6bb 100644
--- a/sys/dev/acpi_support/acpi_toshiba.c
+++ b/sys/dev/acpi_support/acpi_toshiba.c
@@ -36,9 +36,6 @@ __FBSDID("$FreeBSD$");
#include "acpi.h"
#include <dev/acpica/acpivar.h>
-#define _COMPONENT ACPI_TOSHIBA
-ACPI_MODULE_NAME("TOSHIBA")
-
/*
* Toshiba HCI interface definitions
*
@@ -213,8 +210,6 @@ acpi_toshiba_attach(device_t dev)
ACPI_STATUS status;
int i;
- ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
-
sc = device_get_softc(dev);
sc->dev = dev;
sc->handle = acpi_get_handle(dev);
@@ -253,8 +248,6 @@ acpi_toshiba_detach(device_t dev)
{
struct acpi_toshiba_softc *sc;
- ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
-
sc = device_get_softc(dev);
if (enable_fn_keys != 0) {
AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,