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>
此提交包含在:
Grant Likely
2012-01-26 12:25:18 -07:00
父節點 0bd761e1b6
當前提交 15a25980d4
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -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,
};