Skip to content

Commit

Permalink
exynos: fixes an incorrect header guard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ashley Towns authored and Jiri Kosina committed Dec 8, 2015
1 parent 0b4663a commit 8e39111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/exynos/exynos_drm_fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

#ifndef _EXYNOS_DRM_FB_H_
#define _EXYNOS_DRM_FB_H
#define _EXYNOS_DRM_FB_H_

#include "exynos_drm_gem.h"

Expand Down

0 comments on commit 8e39111

Please sign in to comment.