aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/sysdev/fsl_soc.h')
-rw-r--r--arch/powerpc/sysdev/fsl_soc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.h b/arch/powerpc/sysdev/fsl_soc.h
index 9c744e4285a0..b5f3456780b8 100644
--- a/arch/powerpc/sysdev/fsl_soc.h
+++ b/arch/powerpc/sysdev/fsl_soc.h
@@ -4,6 +4,8 @@
4 4
5#include <asm/mmu.h> 5#include <asm/mmu.h>
6 6
7struct spi_device;
8
7extern phys_addr_t get_immrbase(void); 9extern phys_addr_t get_immrbase(void);
8#if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx) 10#if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx)
9extern u32 get_brgfreq(void); 11extern u32 get_brgfreq(void);
@@ -19,8 +21,7 @@ struct device_node;
19 21
20extern int fsl_spi_init(struct spi_board_info *board_infos, 22extern int fsl_spi_init(struct spi_board_info *board_infos,
21 unsigned int num_board_infos, 23 unsigned int num_board_infos,
22 void (*activate_cs)(u8 cs, u8 polarity), 24 void (*cs_control)(struct spi_device *spi, bool on));
23 void (*deactivate_cs)(u8 cs, u8 polarity));
24 25
25extern void fsl_rstcr_restart(char *cmd); 26extern void fsl_rstcr_restart(char *cmd);
26 27