From 234835b9d1b74b318a8d976cd5284697cf99fff1 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 8 Jun 2017 09:24:17 -0700 Subject: gpu: nvgpu: Move devfreq field to os_linux Move devfreq field from struct gk20a to os_linux. It's a Linux specific framework. JIRA NVGPU-38 Change-Id: I1e00f5a80e31deb4aaba379274c3a7a7b04d963b Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1505176 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index c53e83dd..c1898d2c 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -1186,8 +1186,6 @@ struct gk20a { struct nvgpu_spinlock items_lock; } channel_worker; - struct devfreq *devfreq; - struct gk20a_scale_profile *scale_profile; unsigned long last_freq; -- cgit v1.2.2