summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/imx_gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/freescale/imx/imx_gpt.c')
-rw-r--r--sys/arm/freescale/imx/imx_gpt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c
index f792a97..73bc8ec 100644
--- a/sys/arm/freescale/imx/imx_gpt.c
+++ b/sys/arm/freescale/imx/imx_gpt.c
@@ -319,17 +319,6 @@ imx_gpt_get_timerfreq(struct imx_gpt_softc *sc)
return (sc->clkfreq);
}
-void
-cpu_initclocks(void)
-{
-
- if (imx_gpt_sc == NULL) {
- panic("%s: i.MX GPT driver has not been initialized!", __func__);
- }
-
- cpu_initclocks_bsp();
-}
-
static int
imx_gpt_intr(void *arg)
{
OpenPOWER on IntegriCloud