diff options
| author | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
| commit | 95ee46aa8698f2000647dfb362400fadbb5807cf (patch) | |
| tree | e5a05c7297f997e191c73091934e42e3195c0e40 /include/linux/ahci_platform.h | |
| parent | cfa806f059801dbe7e435745eb2e187c8bfe1e7f (diff) | |
| parent | 92fa5bd9a946b6e7aab6764e7312e4e3d9bed295 (diff) | |
Merge branch 'linus' into release
Conflicts:
drivers/acpi/debug.c
Signed-off-by: Len Brown <len.brown@intel.com>
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; |
