diff options
| author | 2006-01-27 02:29:20 -0500 | |
|---|---|---|
| committer | 2006-01-27 02:29:20 -0500 | |
| commit | 628e386e27674906326455f01d87878a5f0cbce7 (patch) | |
| tree | 932163636366f5dcd6f9b3ee90a37fe0f21285b0 /include/linux | |
| parent | Merge branch 'tmp' (diff) | |
| parent | [PATCH] libata: make the owner of a qc responsible for freeing it (diff) | |
Merge branch 'tmp'
Diffstat (limited to 'include/linux')
| -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 cf59ecfff865..d34963c18656 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; |
