mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tasklet: Remove tasklet_kill_immediate
Ever since RCU was converted to softirq, it has no users. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@kernel.org> Link: https://lore.kernel.org/r/20210306213658.12862-1-dave@stgolabs.net
This commit is contained in:
parent
cbe16f35be
commit
3a0ade0c52
2 changed files with 0 additions and 33 deletions
|
@ -716,7 +716,6 @@ static inline void tasklet_enable(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_init(struct tasklet_struct *t,
|
||||
void (*func)(unsigned long), unsigned long data);
|
||||
extern void tasklet_setup(struct tasklet_struct *t,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue