]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/tty/serial/sa1100.c
serial: sa1100: delete .set_wake callback
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Oct 2013 07:20:26 +0000 (09:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 20:16:18 +0000 (13:16 -0700)
commitadedb750727cdc33aa5074a7a3e68d47f1debc83
treea454c37c3c3ca1e99d488e17eb2e101107361e9e
parente701bcadb254caf555d64af9662d5d5fbccade9d
serial: sa1100: 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
SA1100 platforms should be done in the suspend() callback
so the platform hook is left in the serial port struct for
later enablement.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sa1100.c