Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7142637d authored by Quentin Lambert's avatar Quentin Lambert Committed by David S. Miller
Browse files

linux/interrupt.h: remove the definition of unused tasklet_hi_enable

parent 06f66529
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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,