From: Allen Pais <allen.l...@gmail.com>

Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts 
all the tty drivers to use the new tasklet_setup() API

Allen Pais (4):
  tty: ipwireless: convert tasklets to use new tasklet_setup() API
  tty: atmel_serial: convert tasklets to use new tasklet_setup() API
  tty: ifx6x60: convert tasklets to use new tasklet_setup() API
  tty: timbuart: convert tasklets to use new tasklet_setup() API

 drivers/tty/ipwireless/hardware.c |  6 +++---
 drivers/tty/serial/atmel_serial.c | 20 ++++++++++----------
 drivers/tty/serial/ifx6x60.c      |  8 ++++----
 drivers/tty/serial/timbuart.c     |  6 +++---
 4 files changed, 20 insertions(+), 20 deletions(-)

-- 
2.17.1

Reply via email to