diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 20:20:11 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 23:55:09 +0400 |
commit | 026cec6164901372c3a16b430cd405f0bb6a7c1f (patch) | |
tree | 5ebd65513fea849b47aaf31c58096fd284002f36 /arch/arm/mach-tcc8k/common.h | |
parent | 8a41fa3b3c89e5bd3c69219ddeee268bdcce886c (diff) | |
download | linux-026cec6164901372c3a16b430cd405f0bb6a7c1f.tar.xz |
ARM: Add common platform devices for TCC8xxx SoCs
This patch introduces a first set of platform devices for integrated
peripherals of TCC8xxx processors. Drivers for these devices are
available and will be posted in a second step.
Signed-off-by: "Hans J. Koch" <hjk@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/common.h')
-rw-r--r-- | arch/arm/mach-tcc8k/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/common.h b/arch/arm/mach-tcc8k/common.h index 365f18adf30c..705690add395 100644 --- a/arch/arm/mach-tcc8k/common.h +++ b/arch/arm/mach-tcc8k/common.h @@ -1,6 +1,10 @@ #ifndef MACH_TCC8K_COMMON_H #define MACH_TCC8K_COMMON_H +#include <linux/platform_device.h> + +extern struct platform_device tcc_nand_device; + struct clk; extern void tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq); |