diff options
author | Anton Vorontsov | 2010-03-25 23:10:58 +0300 |
---|---|---|
committer | Anton Vorontsov | 2010-06-08 17: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 @@ #ifndef __CNS3XXX_DEVICES_H_ #define __CNS3XXX_DEVICES_H_ +void __init cns3xxx_ahci_init(void); void __init cns3xxx_sdhci_init(void); #endif /* __CNS3XXX_DEVICES_H_ */ |