exynos: fixes an incorrect header guard
authorAshley Towns <mail@ashleytowns.id.au>
Thu, 12 Nov 2015 10:03:27 +0000 (21:03 +1100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 8 Dec 2015 14:07:49 +0000 (15:07 +0100)
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>
drivers/gpu/drm/exynos/exynos_drm_fb.h

index 85e4445b920e30673bb7f3ae38591c5a29a5f902..6b0f1acff1fc5f5b013135932d35ae3b9e079387 100644 (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"
 
This page took 0.024997 seconds and 5 git commands to generate.