diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 12:25:54 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 12:25:54 -0500 |
| commit | d5eebf428ac91ad12d316a391b734670d61480d8 (patch) | |
| tree | 2cf868d1e29714250697f03f5da1ac3a5934178c /include/linux/libata.h | |
| parent | 5643f000c1e10ab991182478b76550e1364c3570 (diff) | |
| parent | e99f8b5efe78110e4af10f35ebf11feeef8f43b6 (diff) | |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 6f0752219f64..1464a7586de8 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
| 30 | #include <linux/interrupt.h> | 30 | #include <linux/interrupt.h> |
| 31 | #include <linux/pci.h> | 31 | #include <linux/pci.h> |
| 32 | #include <linux/dma-mapping.h> | ||
| 32 | #include <asm/io.h> | 33 | #include <asm/io.h> |
| 33 | #include <linux/ata.h> | 34 | #include <linux/ata.h> |
| 34 | #include <linux/workqueue.h> | 35 | #include <linux/workqueue.h> |
| @@ -404,6 +405,7 @@ struct ata_port_info { | |||
| 404 | unsigned long mwdma_mask; | 405 | unsigned long mwdma_mask; |
| 405 | unsigned long udma_mask; | 406 | unsigned long udma_mask; |
| 406 | const struct ata_port_operations *port_ops; | 407 | const struct ata_port_operations *port_ops; |
| 408 | void *private_data; | ||
| 407 | }; | 409 | }; |
| 408 | 410 | ||
| 409 | struct ata_timing { | 411 | struct ata_timing { |
