summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2006-01-27 02:29:20 -0500
committerJeff Garzik <jgarzik@pobox.com>2006-01-27 02:29:20 -0500
commit628e386e27674906326455f01d87878a5f0cbce7 (patch)
tree932163636366f5dcd6f9b3ee90a37fe0f21285b0 /include
parent8dd2e3bd57c3b389febba1de6b10372ef507f985 (diff)
parent77853bf2b48e34449e826a9ef4df5ea0dbe947f4 (diff)
downloadkernel-crypto-628e386e27674906326455f01d87878a5f0cbce7.tar.gz
kernel-crypto-628e386e27674906326455f01d87878a5f0cbce7.tar.xz
kernel-crypto-628e386e27674906326455f01d87878a5f0cbce7.zip
Merge branch 'tmp'
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index cf59ecfff86..d34963c1865 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -240,7 +240,7 @@ struct ata_port;
struct ata_queued_cmd;
/* typedefs */
-typedef int (*ata_qc_cb_t) (struct ata_queued_cmd *qc);
+typedef void (*ata_qc_cb_t) (struct ata_queued_cmd *qc);
struct ata_ioports {
unsigned long cmd_addr;