diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-13 00:46:40 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-09-05 13:43:42 +0900 |
commit | e30655d06179aa91c0c4caa2b7a6c55f8f81a731 (patch) | |
tree | 1936e997842089d327ed84c1993f59b9e1237e6b /drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | |
parent | b10d6350a5dfce9c4640e0974936452afd171a13 (diff) | |
download | op-kernel-dev-e30655d06179aa91c0c4caa2b7a6c55f8f81a731.zip op-kernel-dev-e30655d06179aa91c0c4caa2b7a6c55f8f81a731.tar.gz |
drm/exynos: Add missing includes
Ensure that all externally accessed functions are correctly prototyped
when defined in each file by making sure the headers with the protoypes
are included in the file with the definition.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_dmabuf.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c b/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c index fd76449..e80e0a8 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c @@ -11,6 +11,7 @@ #include <drm/drmP.h> #include <drm/exynos_drm.h> +#include "exynos_drm_dmabuf.h" #include "exynos_drm_drv.h" #include "exynos_drm_gem.h" |