summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-cns3xxx/devices.h
diff options
context:
space:
mode:
authorAnton Vorontsov2010-03-25 21:10:58 +0100
committerAnton Vorontsov2010-06-08 15:37:09 +0200
commit23f5cace4f858ddf40eb0ee77b984d329fd23518 (patch)
tree939bffc2232efead633ea94548f0491e00e173b2 /arch/arm/mach-cns3xxx/devices.h
parentARM: cns3xxx: Add support for SDHCI controllers (diff)
downloadkernel-qcow2-linux-23f5cace4f858ddf40eb0ee77b984d329fd23518.tar.gz
kernel-qcow2-linux-23f5cace4f858ddf40eb0ee77b984d329fd23518.tar.xz
kernel-qcow2-linux-23f5cace4f858ddf40eb0ee77b984d329fd23518.zip
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.h1
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_ */