From e158e02030b42d5e63f2fb26230344f7cb72aedb Mon Sep 17 00:00:00 2001 From: Rakesh Babu Bodla Date: Tue, 16 Feb 2021 21:58:25 -0800 Subject: [PATCH] gpu: nvgpu: remove kernel-5.9 checks in Makefile Remove kernel-5.9 checks in Makefile.linux.configs. Bug 200617764 Signed-off-by: Rakesh Babu Bodla Change-Id: I01490aa2d7217c8e1accf401d78957bf7e64ba59 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2485600 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bitan Biswas Reviewed-by: Sagar Kamble Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Makefile.linux.configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/Makefile.linux.configs b/drivers/gpu/nvgpu/Makefile.linux.configs index f29b2768c..3037addba 100644 --- a/drivers/gpu/nvgpu/Makefile.linux.configs +++ b/drivers/gpu/nvgpu/Makefile.linux.configs @@ -135,7 +135,7 @@ ifneq ($(NV_BUILD_KERNEL_OPTIONS),) ifneq ($(findstring stable,$(NV_BUILD_KERNEL_OPTIONS)),) CONFIG_GK20A_DEVFREQ := n CONFIG_GK20A_PM_QOS := n -else ifneq ($(filter 5.9 5.10,$(patsubst -,$(space),$(NV_BUILD_KERNEL_OPTIONS))),) +else ifneq ($(filter 5.10,$(patsubst -,$(space),$(NV_BUILD_KERNEL_OPTIONS))),) CONFIG_GK20A_PM_QOS := n endif