summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/speed-imx25.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/speed-imx25.c')
-rw-r--r--arch/arm/mach-imx/speed-imx25.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/speed-imx25.c b/arch/arm/mach-imx/speed-imx25.c
index e8feb6bf14..cb28e9f77d 100644
--- a/arch/arm/mach-imx/speed-imx25.c
+++ b/arch/arm/mach-imx/speed-imx25.c
@@ -87,7 +87,7 @@ unsigned long imx_get_mmcclk(void)
return imx_get_perclk(3);
}
-int imx_dump_clocks(void)
+void imx_dump_clocks(void)
{
printf("mpll: %10d Hz\n", imx_get_mpllclk());
printf("upll: %10d Hz\n", imx_get_upllclk());
@@ -99,7 +99,6 @@ int imx_dump_clocks(void)
printf("lcd: %10d Hz\n", imx_get_perclk(7));
printf("i2c: %10d Hz\n", imx_get_perclk(6));
printf("sdhc1: %10d Hz\n", imx_get_perclk(3));
- return 0;
}
/*