diff options
-rw-r--r-- | include/drm/drm_gem_cma_helper.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/drm/drm_gem_cma_helper.h b/include/drm/drm_gem_cma_helper.h index 07c504940ba1..947ac95eb24a 100644 --- a/include/drm/drm_gem_cma_helper.h +++ b/include/drm/drm_gem_cma_helper.h | |||
@@ -2,9 +2,12 @@ | |||
2 | #ifndef __DRM_GEM_CMA_HELPER_H__ | 2 | #ifndef __DRM_GEM_CMA_HELPER_H__ |
3 | #define __DRM_GEM_CMA_HELPER_H__ | 3 | #define __DRM_GEM_CMA_HELPER_H__ |
4 | 4 | ||
5 | #include <drm/drmP.h> | 5 | #include <drm/drm_file.h> |
6 | #include <drm/drm_ioctl.h> | ||
6 | #include <drm/drm_gem.h> | 7 | #include <drm/drm_gem.h> |
7 | 8 | ||
9 | struct drm_mode_create_dumb; | ||
10 | |||
8 | /** | 11 | /** |
9 | * struct drm_gem_cma_object - GEM object backed by CMA memory allocations | 12 | * struct drm_gem_cma_object - GEM object backed by CMA memory allocations |
10 | * @base: base GEM object | 13 | * @base: base GEM object |