um: Convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:15:55 +0000 (14:45 +0530)
committerRichard Weinberger <richard@nod.at>
Sun, 13 Dec 2020 21:20:51 +0000 (22:20 +0100)
commitdb03b428278501e4da4339d7528d8408f050d0ac
tree4e091530d560e352f9b379838b193970170bbdcc
parentb65054597872ce3aefbc6a666385eabdf9e288da
um: Convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/vector_kern.c