summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-02-17 21:17:21 +0000
committermav <mav@FreeBSD.org>2009-02-17 21:17:21 +0000
commit9d001280ae826d121e318d196a401797e5a29757 (patch)
tree9b431a7791630ac1f99638d0913a950f260bc6cf /sys/dev/ata/ata-all.h
parent77887f8543527206b54611a66359fb71ddac50fb (diff)
downloadFreeBSD-src-9d001280ae826d121e318d196a401797e5a29757.zip
FreeBSD-src-9d001280ae826d121e318d196a401797e5a29757.tar.gz
ata_interrupt() does not need to return anything. It is not it's business
to report request completion, expecially when it is not reliable.
Diffstat (limited to 'sys/dev/ata/ata-all.h')
-rw-r--r--sys/dev/ata/ata-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h
index e941433..4b7fe82 100644
--- a/sys/dev/ata/ata-all.h
+++ b/sys/dev/ata/ata-all.h
@@ -554,7 +554,7 @@ int ata_detach(device_t dev);
int ata_reinit(device_t dev);
int ata_suspend(device_t dev);
int ata_resume(device_t dev);
-int ata_interrupt(void *data);
+void ata_interrupt(void *data);
int ata_device_ioctl(device_t dev, u_long cmd, caddr_t data);
int ata_getparam(struct ata_device *atadev, int init);
int ata_identify(device_t dev);
OpenPOWER on IntegriCloud