diff mbox

[2/2] drivers/gpu/drm/vmwgfx/vmwgfx_fence.h: Add missing #define

Message ID 1408709076-13260-2-git-send-email-linux@rasmusvillemoes.dk (mailing list archive)
State New, archived
Headers show

Commit Message

Rasmus Villemoes Aug. 22, 2014, 12:04 p.m. UTC
The name of the macro suggests that the include guard idiom was meant,
but the #define was missing.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
index faf2e78..1b48a22 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h
@@ -26,6 +26,7 @@ 
  **************************************************************************/
 
 #ifndef _VMWGFX_FENCE_H_
+#define _VMWGFX_FENCE_H_
 
 #define VMW_FENCE_WAIT_TIMEOUT (5*HZ)