summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/common.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h
index aeda988171a7..fa16fcd74c06 100755
--- a/arch/arm/plat-mxc/include/mach/common.h
+++ b/arch/arm/plat-mxc/include/mach/common.h
@@ -20,6 +20,7 @@
#define __ASM_ARCH_MXC_COMMON_H__
struct fec_platform_data;
+struct switch_platform_data;
struct platform_device;
struct clk;
@@ -80,6 +81,7 @@ extern int mvf_clocks_init(unsigned long ckil, unsigned long osc,
unsigned long ckihl, unsigned long ckih2);
extern void imx6_init_fec(struct fec_platform_data fec_data);
extern void mvf_init_fec(struct fec_platform_data fec_data);
+extern void mvf_init_switch(struct switch_platform_data fec_data);
extern int mxc91231_clocks_init(unsigned long fref);
extern int mxc_register_gpios(void);
extern int mxc_register_device(struct platform_device *pdev, void *data);