video: fbdev: s3c-fb: Constify platform_device_id
[cascardo/linux.git] / drivers / video / fbdev / s3c-fb.c
index 7e3a05f..f72dd12 100644 (file)
@@ -1938,7 +1938,7 @@ static struct s3c_fb_driverdata s3c_fb_data_s3c2443 = {
        },
 };
 
-static struct platform_device_id s3c_fb_driver_ids[] = {
+static const struct platform_device_id s3c_fb_driver_ids[] = {
        {
                .name           = "s3c-fb",
                .driver_data    = (unsigned long)&s3c_fb_data_64xx,