commit | 15a25980d450c81e514c2a8724b575461961a30d | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Jan 26 12:25:18 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Feb 16 06:11:24 2012 -0700 |
tree | 03371d7008b6601ad9aa2578131c74621f617d90 | |
parent | 0bd761e1b6d909d3fd08841be7d5035f9fde8a53 [diff] [blame] |
irq_domain/c6x: constify irq_domain structures Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Mark Salter <msalter@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/c6x/kernel/irq.c b/arch/c6x/kernel/irq.c index 3d5ac60..c6b36e8 100644 --- a/arch/c6x/kernel/irq.c +++ b/arch/c6x/kernel/irq.c
@@ -86,7 +86,7 @@ return 0; } -static struct irq_domain_ops core_domain_ops = { +static const struct irq_domain_ops core_domain_ops = { .map = core_domain_map, };