Pull bugzilla-7897 into release branch
[sfrench/cifs-2.6.git] / drivers / char / drm / drm_drv.c
index a70af0de44533efc1914d236218f363e13ac4891..f5b9b2480c149a9d62641f7dcd4ccc0c2d56db1a 100644 (file)
@@ -371,7 +371,7 @@ void drm_exit(struct drm_driver *driver)
 EXPORT_SYMBOL(drm_exit);
 
 /** File operations structure */
-static struct file_operations drm_stub_fops = {
+static const struct file_operations drm_stub_fops = {
        .owner = THIS_MODULE,
        .open = drm_stub_open
 };