summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/os_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/os_linux.h b/drivers/gpu/nvgpu/common/linux/os_linux.h
index a61d07e6..e39d3c4d 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -65,6 +65,8 @@ struct nvgpu_os_linux {
65 65
66 dev_t cdev_region; 66 dev_t cdev_region;
67 67
68 struct devfreq *devfreq;
69
68 struct device_dma_parameters dma_parms; 70 struct device_dma_parameters dma_parms;
69}; 71};
70 72