summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-06-15 16:49:20 +0000
committernjl <njl@FreeBSD.org>2004-06-15 16:49:20 +0000
commitdef38ca92f6d24b9c5dd23d34f6854c0aa05fbb4 (patch)
tree282a5e67f576c92e8b085e195cd1cb8f22b6b05d /sys/i386/acpica
parente9a675dec93533b916fcec5ceb92adf7e44b22cb (diff)
downloadFreeBSD-src-def38ca92f6d24b9c5dd23d34f6854c0aa05fbb4.zip
FreeBSD-src-def38ca92f6d24b9c5dd23d34f6854c0aa05fbb4.tar.gz
s/device_get_handle/acpi_get_handle
Submitted by: Hiroyuki Aizu
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_toshiba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/acpi_toshiba.c b/sys/i386/acpica/acpi_toshiba.c
index 1249926..bb7ce0b 100644
--- a/sys/i386/acpica/acpi_toshiba.c
+++ b/sys/i386/acpica/acpi_toshiba.c
@@ -529,7 +529,7 @@ acpi_toshiba_video_probe(device_t dev)
if (!acpi_disabled("toshiba") &&
acpi_get_type(dev) == ACPI_TYPE_DEVICE &&
device_get_unit(dev) == 0 &&
- acpi_MatchHid(device_get_handle(dev), "TOS6201")) {
+ acpi_MatchHid(acpi_get_handle(dev), "TOS6201")) {
device_quiet(dev);
device_set_desc(dev, "Toshiba Video");
ret = 0;
OpenPOWER on IntegriCloud