Use setup_timer function instead of initializing timer with the
    function and data fields.
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
        lp->timeout = -1;
        lp->gendev = gendev;
        spin_lock_init(&lp->lock);
-       init_timer(&lp->timer);
-       lp->timer.function = (void (*)(unsigned long))de4x5_ast;
-       lp->timer.data = (unsigned long)dev;
+       setup_timer(&lp->timer, (void (*)(unsigned long))de4x5_ast,
+                   (unsigned long)dev);
        de4x5_parse_params(dev);
 
        /*