diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2006-02-21 03:19:24 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2006-02-21 03:19:24 +0000 |
| commit | ce1a23d397be5eb8eace18958126c512036684d7 (patch) | |
| tree | b5a985808a8740fac12453fabc555918a110e40d /sys/dev/fdc | |
| parent | 987b1ad6d54fecd76720c8f24d7dc6e5a985f24b (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -rw-r--r-- | sys/dev/fdc/fdc_acpi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 49320bc27a70..c3cb9b9bd822 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -98,7 +98,6 @@ fdc_acpi_attach(device_t dev) device_t bus; int error, fde_count, i; ACPI_OBJECT *obj, *pkg; - ACPI_HANDLE h; uint32_t fde[ACPI_FDC_MAXDEVS]; /* Get our softc and use the same accessor as ISA. */ @@ -107,7 +106,6 @@ fdc_acpi_attach(device_t dev) /* Initialize variables and get a temporary buffer for _FDE. */ error = ENXIO; - h = acpi_get_handle(dev); buf.Length = ACPI_FDC_BUFLEN; buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO); if (buf.Pointer == NULL) |
