diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-06-11 11:51:39 -0400 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 08:50:18 -0400 |
commit | 7b2729a15bd512180706340d9b1bf3e63fe009bf (patch) | |
tree | 48ddebeffebaf6149ea68ca795bef70e76e14cea /arch/arm/mach-omap2 | |
parent | 07d65d8b91c2f514e32014ae4b02f58cbd35820c (diff) |
omap: mailbox: 2420 should be detected at run-time
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/mailbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index edcfec6ff67b..f67cb2ce35b0 100644 --- a/arch/arm/mach-omap2/mailbox.c +++ b/arch/arm/mach-omap2/mailbox.c | |||
@@ -455,7 +455,8 @@ err_dsp: | |||
455 | static int __devexit omap2_mbox_remove(struct platform_device *pdev) | 455 | static int __devexit omap2_mbox_remove(struct platform_device *pdev) |
456 | { | 456 | { |
457 | #if defined(CONFIG_ARCH_OMAP2420) | 457 | #if defined(CONFIG_ARCH_OMAP2420) |
458 | omap_mbox_unregister(&mbox_iva_info); | 458 | if (cpu_is_omap2420()) |
459 | omap_mbox_unregister(&mbox_iva_info); | ||
459 | #endif | 460 | #endif |
460 | 461 | ||
461 | if (cpu_is_omap44xx()) { | 462 | if (cpu_is_omap44xx()) { |