summaryrefslogtreecommitdiff
path: root/sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch')
-rw-r--r--sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch b/sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch
deleted file mode 100644
index 15a62f5e..00000000
--- a/sys-kernel/compat-drivers-alx/files/3.8-grsec/05-read-only-i915.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./drivers/gpu/drm/i915/i915_drv.h
-+++ ./drivers/gpu/drm/i915/i915_drv.h
-@@ -284,12 +284,12 @@
- /* render clock increase/decrease */
- /* display clock increase/decrease */
- /* pll clock increase/decrease */
--};
-+} __no_const;
-
- struct drm_i915_gt_funcs {
- void (*force_wake_get)(struct drm_i915_private *dev_priv);
- void (*force_wake_put)(struct drm_i915_private *dev_priv);
--};
-+} __no_const;
-
- #define DEV_INFO_FLAGS \
- DEV_INFO_FLAG(is_mobile) DEV_INFO_SEP \