提交 7b2729a1 编写于 作者: F Felipe Contreras 提交者: Hiroshi DOYU

omap: mailbox: 2420 should be detected at run-time

Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: NHiroshi DOYU <Hiroshi.DOYU@nokia.com>
上级 07d65d8b
......@@ -455,7 +455,8 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev)
static int __devexit omap2_mbox_remove(struct platform_device *pdev)
{
#if defined(CONFIG_ARCH_OMAP2420)
omap_mbox_unregister(&mbox_iva_info);
if (cpu_is_omap2420())
omap_mbox_unregister(&mbox_iva_info);
#endif
if (cpu_is_omap44xx()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册