1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Ashley Towns 2015-11-12 21:03:27 +11:00 committed by Jiri Kosina
parent 0b4663a1f4
commit 8e3911178e
1 changed files with 1 additions and 1 deletions

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"