This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / skfp / smttimer.c
index 531795e..a82649b 100644 (file)
@@ -30,9 +30,9 @@ static void timer_done(struct s_smc *smc, int restart);
 
 void smt_timer_init(struct s_smc *smc)
 {
-       smc->t.st_queue = NULL;
+       smc->t.st_queue = ;
        smc->t.st_fast.tm_active = FALSE ;
-       smc->t.st_fast.tm_next = NULL;
+       smc->t.st_fast.tm_next = ;
        hwt_init(smc) ;
 }
 
@@ -75,7 +75,7 @@ void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time,
        timer->tm_active = TRUE ;
        if (!smc->t.st_queue) {
                smc->t.st_queue = timer ;
-               timer->tm_next = NULL;
+               timer->tm_next = ;
                timer->tm_delta = time ;
                hwt_start(smc,time) ;
                return ;
@@ -141,7 +141,7 @@ static void timer_done(struct s_smc *smc, int restart)
                        done = 1 ;
                }
        }
-       *last = NULL;
+       *last = ;
        next = smc->t.st_queue ;
        smc->t.st_queue = tm ;