summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/sysfs.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/sysfs.c b/drivers/gpu/nvgpu/common/linux/sysfs.c
index 7a887beb..e5995bb8 100644
--- a/drivers/gpu/nvgpu/common/linux/sysfs.c
+++ b/drivers/gpu/nvgpu/common/linux/sysfs.c
@@ -1110,6 +1110,7 @@ void nvgpu_remove_sysfs(struct device *dev)
1110 device_remove_file(dev, &dev_attr_elpg_enable); 1110 device_remove_file(dev, &dev_attr_elpg_enable);
1111 device_remove_file(dev, &dev_attr_mscg_enable); 1111 device_remove_file(dev, &dev_attr_mscg_enable);
1112 device_remove_file(dev, &dev_attr_emc3d_ratio); 1112 device_remove_file(dev, &dev_attr_emc3d_ratio);
1113 device_remove_file(dev, &dev_attr_ldiv_slowdown_factor);
1113 1114
1114 device_remove_file(dev, &dev_attr_fmax_at_vmin_safe); 1115 device_remove_file(dev, &dev_attr_fmax_at_vmin_safe);
1115 1116