aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/imxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/imxfb.c b/drivers/video/fbdev/imxfb.c
index 3b6a3c8c36e2..84d1d29e532c 100644
--- a/drivers/video/fbdev/imxfb.c
+++ b/drivers/video/fbdev/imxfb.c
@@ -183,7 +183,7 @@ static struct platform_device_id imxfb_devtype[] = {
183}; 183};
184MODULE_DEVICE_TABLE(platform, imxfb_devtype); 184MODULE_DEVICE_TABLE(platform, imxfb_devtype);
185 185
186static struct of_device_id imxfb_of_dev_id[] = { 186static const struct of_device_id imxfb_of_dev_id[] = {
187 { 187 {
188 .compatible = "fsl,imx1-fb", 188 .compatible = "fsl,imx1-fb",
189 .data = &imxfb_devtype[IMX1_FB], 189 .data = &imxfb_devtype[IMX1_FB],