aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 3b7fda557b8d..1a4eba627e79 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -965,7 +965,7 @@ struct drm_driver {
965 965
966 u32 driver_features; 966 u32 driver_features;
967 int dev_priv_size; 967 int dev_priv_size;
968 struct drm_ioctl_desc *ioctls; 968 const struct drm_ioctl_desc *ioctls;
969 int num_ioctls; 969 int num_ioctls;
970 const struct file_operations *fops; 970 const struct file_operations *fops;
971 union { 971 union {