]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/hc_crisv10.c
[PATCH] USB: wakeup flag updates (1/3) sl811-hcd
[linux-2.6-omap-h63xx.git] / drivers / usb / host / hc_crisv10.c
index 81f8f6b7fdce1aded2ef2ecbc206422e47fb6434..0eaabeb37ac31ffe82049fa0de91753fa080ad91 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/unistd.h>
 #include <linux/interrupt.h>
 #include <linux/init.h>
-#include <linux/version.h>
 #include <linux/list.h>
 #include <linux/spinlock.h>
 
@@ -178,8 +177,8 @@ static __u8 root_hub_hub_des[] =
        0xff   /*  __u8  PortPwrCtrlMask; *** 7 ports max *** */
 };
 
-static struct timer_list bulk_start_timer = TIMER_INITIALIZER(NULL, 0, 0);
-static struct timer_list bulk_eot_timer = TIMER_INITIALIZER(NULL, 0, 0);
+static DEFINE_TIMER(bulk_start_timer, NULL, 0, 0);
+static DEFINE_TIMER(bulk_eot_timer, NULL, 0, 0);
 
 /* We want the start timer to expire before the eot timer, because the former might start
    traffic, thus making it unnecessary for the latter to time out. */