aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2013-01-30 18:01:20 +0000
committerSofian Brabez <sbz@FreeBSD.org>2013-01-30 18:01:20 +0000
commit61bfd867626dad25026bafcbc5fbc595d9e85417 (patch)
treeb90283573540537e551848558d0045460649c4e6 /sys/dev/fdc
parent8caedc2a57834d003127e32c17bc149271d856c2 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c
index 7769a57efba4..fd5bf90c8ae3 100644
--- a/sys/dev/fdc/fdc_acpi.c
+++ b/sys/dev/fdc/fdc_acpi.c
@@ -258,7 +258,7 @@ static device_method_t fdc_acpi_methods[] = {
DEVMETHOD(bus_read_ivar, fdc_read_ivar),
DEVMETHOD(bus_write_ivar, fdc_write_ivar),
- {0, 0}
+ DEVMETHOD_END
};
static driver_t fdc_acpi_driver = {