git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c5fe9
)
drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabled
author
Jani Nikula
<jani.nikula@intel.com>
Mon, 16 Dec 2013 11:10:36 +0000
(13:10 +0200)
committer
Daniel 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