Skip to content

Commit 908d759

Browse files
committed
Revert "drm/i915: Force clean compilation with -Werror"
This reverts commit 118182e. It's causing too much trouble when compile-testing for non-i915 folks. Cc: Chris Wilson <[email protected]> Cc: Jani Nikula <[email protected]> Cc: Andrew Morton <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
1 parent 82d5b58 commit 908d759

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

drivers/gpu/drm/i915/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,3 @@ config DRM_I915_PRELIMINARY_HW_SUPPORT
7171
option changes the default for that module option.
7272

7373
If in doubt, say "N".
74-
75-
menu "DRM i915 Debugging"
76-
77-
depends on DRM_I915
78-
79-
source drivers/gpu/drm/i915/Kconfig.debug
80-
81-
endmenu

drivers/gpu/drm/i915/Kconfig.debug

Lines changed: 0 additions & 5 deletions
This file was deleted.

drivers/gpu/drm/i915/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Makefile for the drm device driver. This driver provides support for the
33
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
44

5-
subdir-ccflags-$(CONFIG_DRM_I915_WERROR) := -Werror
6-
75
# Please keep these build lists sorted!
86

97
# core driver code

0 commit comments

Comments
 (0)