diff options
author | Yuan Tian <yuan.tian@nxp.com> | 2023-07-14 14:14:20 +0800 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-02-20 17:57:29 +0100 |
commit | a4dc16aebee1a00b2c0179166e0d236141097661 (patch) | |
tree | 15397c6805762c9954731e1faa238159f133e2af /drivers | |
parent | 7024e1385a631b812f4e92888ef59ec23a65d074 (diff) |
MGS-7215 [#imx-3183] 0034-CL694252-KERNEL-SPACE-6.4.11_22Q2_NXP-IMX-3189-fix-t
6.4.11_22Q2_NXP: IMX-3189: fix
the build error caused by conflicting types of "_QuerySignal" with gcc13.1.
Signed-off-by: IPD_SCM <IPD_SCM@verisilicon.com>
Signed-off-by: Yuan Tian <yuan.tian@nxp.com>
Upstream-Status: Inappropriate [other]
Upstream does not have the propriatery Vivante driver.
Cherry picked from NXP downstream commit 9b70e0e11b04c18545093bd6d172762f65709365.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h b/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h index a436edb11d9a..43beb7a06f73 100644 --- a/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h +++ b/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h @@ -318,7 +318,7 @@ _ConvertLogical2Physical( OUT gctPHYS_ADDR_T * Physical ); -gctBOOL +gceSTATUS _QuerySignal( IN gckOS Os, IN gctSIGNAL Signal |