Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/arm/freescale/imx/imx_gpt.c 262531 2014-02-26 18:29:14Z ian $");
---
> __FBSDID("$FreeBSD: head/sys/arm/freescale/imx/imx_gpt.c 262534 2014-02-26 22:06:10Z ian $");
322,332d321
< void
< cpu_initclocks(void)
< {
<
< if (imx_gpt_sc == NULL) {
< panic("%s: i.MX GPT driver has not been initialized!", __func__);
< }
<
< cpu_initclocks_bsp();
< }
<