Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288066
b: refs/heads/master
c: 655850e
h: refs/heads/master
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Tony Lindgren committed Feb 23, 2012
1 parent 1fdc51f commit 50724dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4b0b2cbbbaa085103229c03820755f20a64e581
refs/heads/master: 655850ed7e3e90dcb5ae88ae63f75acbf5465213
10 changes: 9 additions & 1 deletion trunk/arch/arm/mach-omap2/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,16 @@ static struct omap_mbox mbox_iva_info = {
.ops = &omap2_mbox_ops,
.priv = &omap2_mbox_iva_priv,
};
#endif

struct omap_mbox *omap2_mboxes[] = { &mbox_dsp_info, &mbox_iva_info, NULL };
#ifdef CONFIG_ARCH_OMAP2
struct omap_mbox *omap2_mboxes[] = {
&mbox_dsp_info,
#ifdef CONFIG_SOC_OMAP2420
&mbox_iva_info,
#endif
NULL
};
#endif

#if defined(CONFIG_ARCH_OMAP4)
Expand Down

0 comments on commit 50724dd

Please sign in to comment.