linux/interrupt.h: remove the definition of unused tasklet_hi_enable
authorQuentin Lambert <lambert.quentin@gmail.com>
Fri, 12 Dec 2014 12:36:54 +0000 (13:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 20:15:41 +0000 (15:15 -0500)
Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/interrupt.h

index 69517a2..d9b05b5 100644 (file)
@@ -556,12 +556,6 @@ static inline void tasklet_enable(struct tasklet_struct *t)
        atomic_dec(&t->count);
 }
 
-static inline void tasklet_hi_enable(struct tasklet_struct *t)
-{
-       smp_mb__before_atomic();
-       atomic_dec(&t->count);
-}
-
 extern void tasklet_kill(struct tasklet_struct *t);
 extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
 extern void tasklet_init(struct tasklet_struct *t,