Commit 8e391117 authored by Ashley Towns's avatar Ashley Towns Committed by Jiri Kosina

exynos: fixes an incorrect header guard

in the exynos gpu driver where the preprocessor #ifndef/#define
variables were mismatched.
Signed-off-by: default avatarAshley Towns <mail@ashleytowns.id.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0b4663a1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
*/ */
#ifndef _EXYNOS_DRM_FB_H_ #ifndef _EXYNOS_DRM_FB_H_
#define _EXYNOS_DRM_FB_H #define _EXYNOS_DRM_FB_H_
#include "exynos_drm_gem.h" #include "exynos_drm_gem.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment