mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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:
parent
0b4663a1f4
commit
8e3911178e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _EXYNOS_DRM_FB_H_
|
||||
#define _EXYNOS_DRM_FB_H
|
||||
#define _EXYNOS_DRM_FB_H_
|
||||
|
||||
#include "exynos_drm_gem.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue