From 8f4a590cf22fa9691953e9be0dca18b399228167 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 16 May 2017 15:10:22 +0530 Subject: gpu: nvgpu: remove TEGRA_CLK_FRAMEWORK support CONFIG_TEGRA_CLK_FRAMEWORK is no longer supported hence remove this config and all the code that is protected with this config Jira NVGPU-49 Change-Id: Ica28019e0c99e95743216e005ba2fba20357b2d5 Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1483090 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/clk_gk20a.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/clk_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/clk_gk20a.h b/drivers/gpu/nvgpu/gk20a/clk_gk20a.h index f07efa40..76f5de43 100644 --- a/drivers/gpu/nvgpu/gk20a/clk_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/clk_gk20a.h @@ -104,11 +104,6 @@ struct clk_gk20a { #endif struct gpu_ops; -#ifdef CONFIG_TEGRA_CLK_FRAMEWORK -void gk20a_init_clk_ops(struct gpu_ops *gops); -#else -static inline void gk20a_init_clk_ops(struct gpu_ops *gops) {} -#endif /* APIs used for both GK20A and GM20B */ unsigned long gk20a_clk_get_rate(struct gk20a *g); -- cgit v1.2.2