aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2003-08-24 19:55:41 +0000
committerSøren Schmidt <sos@FreeBSD.org>2003-08-24 19:55:41 +0000
commit6c48d6493d10a56ce01ef7426139d13290f8f5ab (patch)
tree14749d1a29cdc1a6be371165e2ef7bf4ae602df8 /sys/dev
parent36d76a01377f6cca8354ecb60c98e8e81e11e71d (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/ata-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index de31330ed3fd..6a4352b12b61 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -460,7 +460,6 @@ static device_method_t ata_pci_methods[] = {
/* device interface */
DEVMETHOD(device_probe, ata_pci_probe),
DEVMETHOD(device_attach, ata_pci_attach),
- DEVMETHOD(device_detach, ata_pci_attach),
DEVMETHOD(device_shutdown, bus_generic_shutdown),
DEVMETHOD(device_suspend, bus_generic_suspend),
DEVMETHOD(device_resume, bus_generic_resume),