diff options
author | Anton Vorontsov <avorontsov@mvista.com> | 2010-03-25 16:10:58 -0400 |
---|---|---|
committer | Anton Vorontsov <avorontsov@mvista.com> | 2010-06-08 09:37:09 -0400 |
commit | 23f5cace4f858ddf40eb0ee77b984d329fd23518 (patch) | |
tree | 939bffc2232efead633ea94548f0491e00e173b2 /arch/arm/mach-cns3xxx/devices.h | |
parent | 6279d0ea928911f7c747a65e880c36a91b066805 (diff) |
ARM: cns3xxx: Add support for AHCI controllers
CNS3xxx chips have AHCI-compatible SATA controller. This patch adds
the support using generic ahci_platform driver.
Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Diffstat (limited to 'arch/arm/mach-cns3xxx/devices.h')
-rw-r--r-- | arch/arm/mach-cns3xxx/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/devices.h b/arch/arm/mach-cns3xxx/devices.h index 0735a45a3aee..27e15a10aa85 100644 --- a/arch/arm/mach-cns3xxx/devices.h +++ b/arch/arm/mach-cns3xxx/devices.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #ifndef __CNS3XXX_DEVICES_H_ | 14 | #ifndef __CNS3XXX_DEVICES_H_ |
15 | #define __CNS3XXX_DEVICES_H_ | 15 | #define __CNS3XXX_DEVICES_H_ |
16 | 16 | ||
17 | void __init cns3xxx_ahci_init(void); | ||
17 | void __init cns3xxx_sdhci_init(void); | 18 | void __init cns3xxx_sdhci_init(void); |
18 | 19 | ||
19 | #endif /* __CNS3XXX_DEVICES_H_ */ | 20 | #endif /* __CNS3XXX_DEVICES_H_ */ |