• Shawn Guo's avatar
    drm/cma: include <drm/drmP.h> as needed · 740c22ae
    Shawn Guo authored
    The following error and warnings will be seen when compiling a C file
    which includes <drm/drm_gem_cma_helper.h> but without <drm/drmP.h>
    being included before.
    
    include/drm/drm_gem_cma_helper.h:5:24: error: field ‘base’ has incomplete type
    include/drm/drm_gem_cma_helper.h: In function ‘to_drm_gem_cma_obj’:
    include/drm/drm_gem_cma_helper.h:16:9: warning: initialization from incompatible pointer type [enabled by default]
    include/drm/drm_gem_cma_helper.h: At top level:
    include/drm/drm_gem_cma_helper.h:24:34: warning: ‘struct drm_mode_create_dumb’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:24:34: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
    include/drm/drm_gem_cma_helper.h:24:34: warning: ‘struct drm_device’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:24:34: warning: ‘struct drm_file’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:28:10: warning: ‘struct drm_device’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:28:10: warning: ‘struct drm_file’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:35:3: warning: ‘struct drm_device’ declared inside parameter list [enabled by default]
    include/drm/drm_gem_cma_helper.h:46:14: warning: ‘struct drm_device’ declared inside parameter list [enabled by default]
    
    Fix them by including <drm/drmP.h> in drm_gem_cma_helper.h.
    Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    740c22ae
drm_gem_cma_helper.h 1.72 KB