Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291914
b: refs/heads/master
c: 15a2598
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Feb 16, 2012
1 parent aba3987 commit ec55118
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0bd761e1b6d909d3fd08841be7d5035f9fde8a53
refs/heads/master: 15a25980d450c81e514c2a8724b575461961a30d
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/gic.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static int gic_irq_domain_xlate(struct irq_domain *d,
return 0;
}

struct irq_domain_ops gic_irq_domain_ops = {
const struct irq_domain_ops gic_irq_domain_ops = {
.map = gic_irq_domain_map,
.xlate = gic_irq_domain_xlate,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/c6x/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static int core_domain_map(struct irq_domain *h, unsigned int virq,
return 0;
}

static struct irq_domain_ops core_domain_ops = {
static const struct irq_domain_ops core_domain_ops = {
.map = core_domain_map,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/c6x/platforms/megamod-pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int megamod_xlate(struct irq_domain *h, struct device_node *ct,
return 0;
}

static struct irq_domain_ops megamod_domain_ops = {
static const struct irq_domain_ops megamod_domain_ops = {
.map = megamod_map,
.xlate = megamod_xlate,
};
Expand Down

0 comments on commit ec55118

Please sign in to comment.