mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +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
@ -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…
Reference in New Issue
Block a user