Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296231
b: refs/heads/master
c: 75a57fe
h: refs/heads/master
i:
  296229: 9a7ef5a
  296227: 34c6a92
  296223: 5d8d56e
v: v3
  • Loading branch information
Tony Lindgren committed Mar 5, 2012
1 parent efbc8de commit 5a3df1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 428f5ad80118a60a519dcea5ca24d27bae757ff9
refs/heads/master: 75a57fe9cb77e3d3062127cb72d18314f00674d1
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-omap2/board-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
#include "common.h"
#include "common-board-devices.h"

#if !(defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3))
#define omap_intc_of_init NULL
#endif
#ifndef CONFIG_ARCH_OMAP4
#define gic_of_init NULL
#endif

static struct of_device_id irq_match[] __initdata = {
{ .compatible = "ti,omap2-intc", .data = omap_intc_of_init, },
{ .compatible = "arm,cortex-a9-gic", .data = gic_of_init, },
Expand Down

0 comments on commit 5a3df1c

Please sign in to comment.