diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r-- | arch/arm/mach-kirkwood/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h index 5b2c1c18d641..95bb0a73adfb 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -17,6 +17,7 @@ struct mv_sata_platform_data; | |||
17 | struct mvsdio_platform_data; | 17 | struct mvsdio_platform_data; |
18 | struct mtd_partition; | 18 | struct mtd_partition; |
19 | struct mtd_info; | 19 | struct mtd_info; |
20 | struct kirkwood_asoc_platform_data; | ||
20 | 21 | ||
21 | #define KW_PCIE0 (1 << 0) | 22 | #define KW_PCIE0 (1 << 0) |
22 | #define KW_PCIE1 (1 << 1) | 23 | #define KW_PCIE1 (1 << 1) |
@@ -46,6 +47,7 @@ void kirkwood_uart0_init(void); | |||
46 | void kirkwood_uart1_init(void); | 47 | void kirkwood_uart1_init(void); |
47 | void kirkwood_nand_init(struct mtd_partition *parts, int nr_parts, int delay); | 48 | void kirkwood_nand_init(struct mtd_partition *parts, int nr_parts, int delay); |
48 | void kirkwood_nand_init_rnb(struct mtd_partition *parts, int nr_parts, int (*dev_ready)(struct mtd_info *)); | 49 | void kirkwood_nand_init_rnb(struct mtd_partition *parts, int nr_parts, int (*dev_ready)(struct mtd_info *)); |
50 | void kirkwood_audio_init(void); | ||
49 | 51 | ||
50 | extern int kirkwood_tclk; | 52 | extern int kirkwood_tclk; |
51 | extern struct sys_timer kirkwood_timer; | 53 | extern struct sys_timer kirkwood_timer; |