]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: omap: delete .set_wake callback
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Oct 2013 07:20:08 +0000 (09:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 20:16:18 +0000 (13:16 -0700)
commite701bcadb254caf555d64af9662d5d5fbccade9d
treede4d8b3d6d5bc7bf2edcc52fc4284165e0634689
parentc476f6584b0011741b4f0316f1ac4aa3a99403e1
serial: omap: delete .set_wake callback

This callback is unused by the serial core since pre-git days
and is not coming back. Delete it. Enabling wakeup on the
OMAP serial driver is done through other runpaths these days.

Cc: Tony Lindgren <tony@atomide.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c