gpio: Constify irq_domain_ops
[deliverable/linux.git] / drivers / gpio / gpio-sodaville.c
index d8da36cd8123e0111197c98a106661266f32f90d..65bc9f47a68ed98c89889431a5ece6cf1f8a01b7 100644 (file)
@@ -125,7 +125,7 @@ static int sdv_xlate(struct irq_domain *h, struct device_node *node,
        return 0;
 }
 
-static struct irq_domain_ops irq_domain_sdv_ops = {
+static const struct irq_domain_ops irq_domain_sdv_ops = {
        .xlate = sdv_xlate,
 };
 
This page took 0.026812 seconds and 5 git commands to generate.