diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2019-11-19 13:57:53 +0300 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@st.com> | 2020-01-09 19:33:41 +0300 |
commit | 9d10fc26497ac57d3106ed489a86c625325cf176 (patch) | |
tree | 5617c29cf4e5d1b9482a71b37e8dabe45e7f51c2 /include/drm/drm_fb_cma_helper.h | |
parent | f199af00186cb7eb2d842633e47689fb7b791e60 (diff) | |
download | linux-9d10fc26497ac57d3106ed489a86c625325cf176.tar.xz |
drm/fb-cma-helpers: Fix include issue
Exported functions prototypes are missing in drm_fb_cma_helper.c
Include drm_fb_cma_helper to fix that issue.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20191119105753.32363-1-benjamin.gaignard@st.com
Diffstat (limited to 'include/drm/drm_fb_cma_helper.h')
-rw-r--r-- | include/drm/drm_fb_cma_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h index 4becb09975a4..795aea1d0a25 100644 --- a/include/drm/drm_fb_cma_helper.h +++ b/include/drm/drm_fb_cma_helper.h @@ -2,6 +2,8 @@ #ifndef __DRM_FB_CMA_HELPER_H__ #define __DRM_FB_CMA_HELPER_H__ +#include <linux/types.h> + struct drm_framebuffer; struct drm_plane_state; |