diff options
Diffstat (limited to 'drivers/video/cg6.c')
-rw-r--r-- | drivers/video/cg6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/cg6.c b/drivers/video/cg6.c index 2f64bb3bd254..9eaa63ab08fa 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/cg6.c | |||
@@ -814,7 +814,7 @@ static int __devexit cg6_remove(struct of_device *op) | |||
814 | return 0; | 814 | return 0; |
815 | } | 815 | } |
816 | 816 | ||
817 | static struct of_device_id cg6_match[] = { | 817 | static const struct of_device_id cg6_match[] = { |
818 | { | 818 | { |
819 | .name = "cgsix", | 819 | .name = "cgsix", |
820 | }, | 820 | }, |