commit | b7e0d2dde0922a2560de12e69a313fde505269ff | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon Sep 16 12:06:45 2013 -0600 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Mon Sep 16 15:02:07 2013 -0600 |
tree | 6b6a60dafe38d3f26fe91c887ee39b2bfad3e702 | |
parent | 6dde2e5d2ada0d1e6482a0fd6a3887853dba5107 [diff] |
msm: kgsl: Fix the KGSL driver to compile when CONFIG_DEBUG_FS=n Fix a compilation error when CONFIG_DEBUG_FS is disabled. Add an initialization flag to the process struct rather than rely on a pointer to the debugfs node which will always be NULL if debugfs is not available. CRs-fixed: 542231 Change-Id: Ic0dedbadf0241fd476e56d6e116a811697b38190 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>