drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabled
authorJani Nikula <jani.nikula@intel.com>
Mon, 16 Dec 2013 11:10:36 +0000 (13:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 16 Dec 2013 15:53:32 +0000 (16:53 +0100)
The whole file is wrapped around in #if defined(CONFIG_DEBUG_FS) anyway,
so skip the file at the build level already.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found