powerpc: Constify irq_domain_ops
[linux-2.6-block.git] / arch / powerpc / sysdev / i8259.c
index 45598da0b3214221feb8b8d66200fe8146b3ef2f..31c33475c7b7042e2224a1094c9070c558096990 100644 (file)
@@ -204,7 +204,7 @@ static int i8259_host_xlate(struct irq_domain *h, struct device_node *ct,
        return 0;
 }
 
-static struct irq_domain_ops i8259_host_ops = {
+static const struct irq_domain_ops i8259_host_ops = {
        .match = i8259_host_match,
        .map = i8259_host_map,
        .xlate = i8259_host_xlate,