summaryrefslogtreecommitdiffstats
path: root/include/linux/omap-mailbox.h
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2016-04-06 18:37:20 -0500
committerJassi Brar <jaswinder.singh@linaro.org>2016-04-26 10:19:38 +0530
commitdd28216528cf67339cd4f5854166fbd4eefd7fa8 (patch)
tree4c7ee604e34c769228e2c17e2a676723873bb06c /include/linux/omap-mailbox.h
parent9f0cee984a25a34c169dac67a11d9c951727e47a (diff)
downloadop-kernel-dev-dd28216528cf67339cd4f5854166fbd4eefd7fa8.zip
op-kernel-dev-dd28216528cf67339cd4f5854166fbd4eefd7fa8.tar.gz
mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions
The omap_mbox_save_ctx() and omap_mbox_restore_ctx() API were previously provided to OMAP mailbox clients to save and restore the mailbox context during system suspend/resume. The save and restore functionality is now implemented through System PM driver callbacks, and there is no need for these functions, so kill these API. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'include/linux/omap-mailbox.h')
-rw-r--r--include/linux/omap-mailbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/omap-mailbox.h b/include/linux/omap-mailbox.h
index 587bbdd..c726bd8 100644
--- a/include/linux/omap-mailbox.h
+++ b/include/linux/omap-mailbox.h
@@ -21,8 +21,6 @@ struct mbox_client;
struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl,
const char *chan_name);
-void omap_mbox_save_ctx(struct mbox_chan *chan);
-void omap_mbox_restore_ctx(struct mbox_chan *chan);
void omap_mbox_enable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq);
void omap_mbox_disable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq);
OpenPOWER on IntegriCloud