diff options
Diffstat (limited to 'include/linux/ahci_platform.h')
| -rw-r--r-- | include/linux/ahci_platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h index f7dd576dd5a..be3d9a77d6e 100644 --- a/include/linux/ahci_platform.h +++ b/include/linux/ahci_platform.h | |||
| @@ -15,11 +15,13 @@ | |||
| 15 | #ifndef _AHCI_PLATFORM_H | 15 | #ifndef _AHCI_PLATFORM_H |
| 16 | #define _AHCI_PLATFORM_H | 16 | #define _AHCI_PLATFORM_H |
| 17 | 17 | ||
| 18 | #include <linux/compiler.h> | ||
| 19 | |||
| 18 | struct device; | 20 | struct device; |
| 19 | struct ata_port_info; | 21 | struct ata_port_info; |
| 20 | 22 | ||
| 21 | struct ahci_platform_data { | 23 | struct ahci_platform_data { |
| 22 | int (*init)(struct device *dev); | 24 | int (*init)(struct device *dev, void __iomem *addr); |
| 23 | void (*exit)(struct device *dev); | 25 | void (*exit)(struct device *dev); |
| 24 | const struct ata_port_info *ata_port_info; | 26 | const struct ata_port_info *ata_port_info; |
| 25 | unsigned int force_port_map; | 27 | unsigned int force_port_map; |
