net: s2io: simplify logical constraint
[deliverable/linux.git] / drivers / clocksource / mxs_timer.c
index 17b9d1991178cff9ccd0c7abdc95f42ed421ea34..0ba0a913b41d113e7459b6dc21e07e00bb0d0648 100644 (file)
@@ -31,8 +31,6 @@
 #include <linux/stmp_device.h>
 #include <linux/sched_clock.h>
 
-#include <asm/mach/time.h>
-
 /*
  * There are 2 versions of the timrot on Freescale MXS-based SoCs.
  * The v1 on MX23 only gets 16 bits counter, while v2 on MX28
@@ -295,4 +293,4 @@ static int __init mxs_timer_init(struct device_node *np)
 
        return setup_irq(irq, &mxs_timer_irq);
 }
-CLOCKSOURCE_OF_DECLARE_RET(mxs, "fsl,timrot", mxs_timer_init);
+CLOCKSOURCE_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
This page took 0.036791 seconds and 5 git commands to generate.