Skip to content

Commit

Permalink
linux/interrupt.h: remove the definition of unused tasklet_hi_enable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Quentin Lambert authored and davem330 committed Dec 12, 2014
1 parent 06f6652 commit 7142637
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7142637

Please sign in to comment.