diff options
Diffstat (limited to 'arch/arm/mach-mvebu/coherency.c')
-rw-r--r-- | arch/arm/mach-mvebu/coherency.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c index b5895f040caa..e46e9ea1e187 100644 --- a/arch/arm/mach-mvebu/coherency.c +++ b/arch/arm/mach-mvebu/coherency.c | |||
@@ -51,7 +51,7 @@ enum { | |||
51 | COHERENCY_FABRIC_TYPE_ARMADA_380, | 51 | COHERENCY_FABRIC_TYPE_ARMADA_380, |
52 | }; | 52 | }; |
53 | 53 | ||
54 | static struct of_device_id of_coherency_table[] = { | 54 | static const struct of_device_id of_coherency_table[] = { |
55 | {.compatible = "marvell,coherency-fabric", | 55 | {.compatible = "marvell,coherency-fabric", |
56 | .data = (void *) COHERENCY_FABRIC_TYPE_ARMADA_370_XP }, | 56 | .data = (void *) COHERENCY_FABRIC_TYPE_ARMADA_370_XP }, |
57 | {.compatible = "marvell,armada-375-coherency-fabric", | 57 | {.compatible = "marvell,armada-375-coherency-fabric", |