linux/interrupt.h: remove the definition of unused tasklet_hi_enable
[deliverable/linux.git] / include / linux / interrupt.h
index 69517a24bc50678e4f2d69d931b9586cb76a9b69..d9b05b5bf8c7954f63ace548e0a6348f5fa0e327 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,
This page took 0.034316 seconds and 5 git commands to generate.