summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2017-03-09 17:12:15 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 21:01:34 +0800
commit07325f376dd3f7b7dcafa4789f884fdd2c786a08 (patch)
tree86367e926e8f207fffef30bc634312a19a2050cb /include
parent1e93eacac915fa34653b637a546dc03616f56b4e (diff)
MLK-14439-3 arm: imx: support amp soc pm on 4.9
- let the arch/arm/mach-imx/mu.c do the AMP PM only, add the IRQF_SHARED to its isr. - remove the rpmsg implementations in this mu driver. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/imx_rpmsg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/imx_rpmsg.h b/include/linux/imx_rpmsg.h
index 2c3458056d47..1299774cf5c1 100644
--- a/include/linux/imx_rpmsg.h
+++ b/include/linux/imx_rpmsg.h
@@ -39,7 +39,6 @@ struct imx_rpmsg_head {
u8 reserved[5];
} __attribute__ ((packed));
-int imx_mu_rpmsg_send(unsigned int vq_id);
int imx_mu_rpmsg_register_nb(const char *name, struct notifier_block *nb);
int imx_mu_rpmsg_unregister_nb(const char *name, struct notifier_block *nb);
#endif /* __LINUX_IMX_RPMSG_H__ */