commit | a2ca77898e9b81f6d6b3bfa1ff46713e697e8af7 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Mon Feb 23 15:59:21 2015 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Thu May 14 11:25:09 2015 -0400 |
tree | 4d0cbb8caad1263b080d3d3cb93f90a848ec8999 | |
parent | 981371f326235e07e33f62b4196d1e04603f6a49 [diff] |
drm: msm: Fix build when legacy fbdev support isn't set The DRM_KMS_FB_HELPER config is selected only when DRM_MSM_FBDEV config is selected. The driver accesses drm_fb_helper_* functions even when legacy fbdev support is disabled in msm. Wrap around these functions with #ifdef checks to prevent build break. Signed-off-by: Archit Taneja <architt@codeaurora.org>