Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"