Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-block.git] / sound / usb / line6 / driver.c
index e63a2451c88f4c26d3945adc89372267682ff170..ab2ec896f49c89bf60db609c915b277a42045161 100644 (file)
@@ -191,17 +191,6 @@ static int line6_send_raw_message_async_part(struct message *msg,
        return retval;
 }
 
-/*
-       Setup and start timer.
-*/
-void line6_start_timer(struct timer_list *timer, unsigned long msecs,
-                      void (*function)(struct timer_list *t))
-{
-       timer->function = function;
-       mod_timer(timer, jiffies + msecs_to_jiffies(msecs));
-}
-EXPORT_SYMBOL_GPL(line6_start_timer);
-
 /*
        Asynchronously send raw message.
 */