Commit 7b2729a1 authored by Felipe Contreras's avatar Felipe Contreras Committed by Hiroshi DOYU
Browse files

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

parent 07d65d8b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -455,6 +455,7 @@ err_dsp:
static int __devexit omap2_mbox_remove(struct platform_device *pdev)
{
#if defined(CONFIG_ARCH_OMAP2420)
	if (cpu_is_omap2420())
		omap_mbox_unregister(&mbox_iva_info);
#endif