+++ /dev/null
-From 7e232c0ebb30cb4f99f941daaccb610df0a11cbe Mon Sep 17 00:00:00 2001
-From: Tom Hochstein <tom.hochstein@nxp.com>
-Date: Mon, 16 May 2016 11:30:35 -0500
-Subject: [PATCH] Fix gcc 6 build error -Werror=misleading-indentation
-
-Upstream-Status: Backport [internal release]
-
-Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
----
- .../linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c b/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c
-index e436ada..f8d7233 100644
---- a/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c
-+++ b/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c
-@@ -475,8 +475,8 @@ gckPLATFORM_AdjustParam(
-
- Args->gpu3DMinClock = initgpu3DMinClock;
-
-- if(Args->physSize == 0)
-- Args->physSize = 0x80000000;
-+ if (Args->physSize == 0)
-+ Args->physSize = 0x80000000;
-
- return gcvSTATUS_OK;
- }
---
-1.9.1
-
-# Copyright (C) 2015 O.S. Systems Software LTDA.
+# Copyright (C) 2015-2016 O.S. Systems Software LTDA.
# Copyright (C) 2015-2016 Freescale Semiconductor
SUMMARY = "Kernel loadable module for Vivante GPU"
PV .= "+git${SRCPV}"
-SRCREV = "aa83874b916cf5655cb90498b1ea5691537fdbc8"
-SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https \
- file://0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch"
+SRCREV = "375bd95f4967272a135b9be90b8a16fc9734b7a6"
+SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
S = "${WORKDIR}/git"