diff options
Diffstat (limited to 'arch/sparc64/kernel/chmc.c')
-rw-r--r-- | arch/sparc64/kernel/chmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/chmc.c b/arch/sparc64/kernel/chmc.c index 3e14952e9407..2ed401087cab 100644 --- a/arch/sparc64/kernel/chmc.c +++ b/arch/sparc64/kernel/chmc.c | |||
@@ -801,7 +801,7 @@ static int __devexit us3mc_remove(struct of_device *op) | |||
801 | return 0; | 801 | return 0; |
802 | } | 802 | } |
803 | 803 | ||
804 | static struct of_device_id us3mc_match[] = { | 804 | static const struct of_device_id us3mc_match[] = { |
805 | { | 805 | { |
806 | .name = "memory-controller", | 806 | .name = "memory-controller", |
807 | }, | 807 | }, |