summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXianzhong <xianzhong.li@nxp.com>2017-11-16 01:14:51 +0800
committerXianzhong <xianzhong.li@nxp.com>2017-11-16 01:35:58 +0800
commit6d32d20515b6b0c34cda8420a92e7af24c382311 (patch)
treeb16f9999c4340fe7aa81dd208a8d46dfcfab2dff
parent32f868f9e56f8f1b42e2c2374e2205c01f2e3bae (diff)
MGS-1633-2 [#imx-811] fix build for gpu bus frequency
need remove IMX8_SCU_CONTROL to include busfreq-imx.h Date: Nov 15, 2017 Signed-off-by: Xianzhong <xianzhong.li@nxp.com> (cherry picked from commit 5e6ac748e1b8ef40d189d50b4231fab0da3b816a)
-rw-r--r--drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.c b/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.c
index 92189829f555..9869fc1e4ba3 100644
--- a/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.c
+++ b/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.c
@@ -88,9 +88,7 @@
# include <linux/busfreq-imx6.h>
# include <linux/reset.h>
# else
-#if !defined(IMX8_SCU_CONTROL)
-# include <linux/busfreq-imx.h>
-# endif
+# include <linux/busfreq-imx.h>
# include <linux/reset.h>
# endif
#endif