exynos: fixes an incorrect header guard

in the exynos gpu driver where the preprocessor #ifndef/#define
variables were mismatched.

Signed-off-by: Ashley Towns <mail@ashleytowns.id.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Ashley Towns 2015-11-12 21:03:27 +11:00 committed by Jiri Kosina
parent 0b4663a1f4
commit 8e3911178e

View File

@ -12,7 +12,7 @@
*/
#ifndef _EXYNOS_DRM_FB_H_
#define _EXYNOS_DRM_FB_H
#define _EXYNOS_DRM_FB_H_
#include "exynos_drm_gem.h"