projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4663a
)
exynos: fixes an incorrect header guard
author
Ashley Towns
<mail@ashleytowns.id.au>
Thu, 12 Nov 2015 10:03:27 +0000
(21:03 +1100)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_fb.h
b/drivers/gpu/drm/exynos/exynos_drm_fb.h
index 85e4445b920e30673bb7f3ae38591c5a29a5f902..6b0f1acff1fc5f5b013135932d35ae3b9e079387 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_fb.h
+++ b/
drivers/gpu/drm/exynos/exynos_drm_fb.h
@@
-12,7
+12,7
@@
*/
#ifndef _EXYNOS_DRM_FB_H_
-#define _EXYNOS_DRM_FB_H
+#define _EXYNOS_DRM_FB_H
_
#include "exynos_drm_gem.h"