From: Chris Wilson Date: Thu, 19 Aug 2010 07:19:30 +0000 (+0100) Subject: drm/i915: Compile out error state without DEBUG_FS X-Git-Tag: v2.6.37-rc1~92^2~28^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd3c9329973a93fa3ef5e9840f2fd6fa2889e3f;p=pandora-kernel.git drm/i915: Compile out error state without DEBUG_FS Alexander reported that the compilation of intel_overlay.c was failing due to an inclusion that was only valid with CONFIG_DEBUG_FS. As the whole error reporting is only useful with debugfs enabled, remove all the redundant error state collection code when compiling without CONFIG_DEBUG_FS. Reported-by: Alexander Lam Signed-off-by: Chris Wilson --- Reading git-diff-tree failed