linux/interrupt.h: remove the definition of unused tasklet_hi_enable
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>
This commit is contained in:
parent
06f665296d
commit
7142637dd9
1 changed files with 0 additions and 6 deletions
|
@ -556,12 +556,6 @@ static inline void tasklet_enable(struct tasklet_struct *t)
|
||||||
atomic_dec(&t->count);
|
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(struct tasklet_struct *t);
|
||||||
extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
|
extern void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu);
|
||||||
extern void tasklet_init(struct tasklet_struct *t,
|
extern void tasklet_init(struct tasklet_struct *t,
|
||||||
|
|
Loading…
Add table
Reference in a new issue