OSDN Git Service

irq_domain/c6x: constify irq_domain structures
[uclinux-h8/linux.git] / arch / c6x / kernel / irq.c
index 3d5ac60..c6b36e8 100644 (file)
@@ -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,
 };