diff options
| author | 2013-10-04 12:27:00 +0100 | |
|---|---|---|
| committer | 2013-10-10 12:46:48 +0200 | |
| commit | 389246f9c1a96c2db3b72006fd862a3af45fa663 (patch) | |
| tree | 36c3c1536e79572875c322ac4401e250b64e0f0f | |
| parent | drm/i915: Fix type mismatch and accounting in i915_gem_shrink (diff) | |
drm/i915: Remove yet another unused define
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
| -rw-r--r-- | drivers/gpu/drm/i915/i915_debugfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index 61fd61969e21..5fd6a5db6eb5 100644 --- a/drivers/gpu/drm/i915/i915_debugfs.c +++ b/drivers/gpu/drm/i915/i915_debugfs.c @@ -38,9 +38,6 @@ #include <drm/i915_drm.h> #include "i915_drv.h" -#define DRM_I915_RING_DEBUG 1 - - #if defined(CONFIG_DEBUG_FS) enum { |
