aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/cciss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index e5c63e579ff..1d95db25406 100644
--- a/drivers/block/cciss.h
+++ b/drivers/block/cciss.h
@@ -57,7 +57,7 @@ typedef struct _drive_info_struct
57 57
58struct Cmd_sg_list { 58struct Cmd_sg_list {
59 SGDescriptor_struct *sgchain; 59 SGDescriptor_struct *sgchain;
60 dma64_addr_t sg_chain_dma; 60 dma_addr_t sg_chain_dma;
61 int chain_block_size; 61 int chain_block_size;
62}; 62};
63 63