diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:29:20 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:29:20 -0500 |
commit | 628e386e27674906326455f01d87878a5f0cbce7 (patch) | |
tree | 932163636366f5dcd6f9b3ee90a37fe0f21285b0 /include | |
parent | 8dd2e3bd57c3b389febba1de6b10372ef507f985 (diff) | |
parent | 77853bf2b48e34449e826a9ef4df5ea0dbe947f4 (diff) |
Merge branch 'tmp'
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index cf59ecfff8..d34963c186 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -240,7 +240,7 @@ struct ata_port; | |||
240 | struct ata_queued_cmd; | 240 | struct ata_queued_cmd; |
241 | 241 | ||
242 | /* typedefs */ | 242 | /* typedefs */ |
243 | typedef int (*ata_qc_cb_t) (struct ata_queued_cmd *qc); | 243 | typedef void (*ata_qc_cb_t) (struct ata_queued_cmd *qc); |
244 | 244 | ||
245 | struct ata_ioports { | 245 | struct ata_ioports { |
246 | unsigned long cmd_addr; | 246 | unsigned long cmd_addr; |