OSDN Git Service

irq_domain/c6x: constify irq_domain structures
[uclinux-h8/linux.git] / arch / c6x / platforms / megamod-pic.c
index 61f5863..9f35fbf 100644 (file)
@@ -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,
 };