From 0ef2141f3428579c51499b92c9c4ca7fb6d6f249 Mon Sep 17 00:00:00 2001 From: Jinhyung Choi Date: Fri, 28 Aug 2015 13:14:50 +0900 Subject: [PATCH] Revert "VIGS: Temporary W/A for the extension" This reverts commit e915d17c9296e93456f2c30ae4715a207e40bc01. Change-Id: Ie54023e2e8237c6d56790716a14dc32a308d6308 Signed-off-by: Jinhyung Choi --- include/drm/vigs_drm.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/drm/vigs_drm.h b/include/drm/vigs_drm.h index 46d975bc4bea..9ae82453429b 100644 --- a/include/drm/vigs_drm.h +++ b/include/drm/vigs_drm.h @@ -8,12 +8,7 @@ /* * Bump this whenever driver interface changes. */ -/* Temporary W/A for the extension */ -#ifdef CONFIG_MARU_EXTENSION_SOURCE -#define DRM_VIGS_DRIVER_VERSION 13 -#else #define DRM_VIGS_DRIVER_VERSION 14 -#endif /* * Surface access flags. -- 2.34.1