summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop/auto-tune.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/powertop/auto-tune.patch')
-rw-r--r--pkgs/os-specific/linux/powertop/auto-tune.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/os-specific/linux/powertop/auto-tune.patch b/pkgs/os-specific/linux/powertop/auto-tune.patch
deleted file mode 100644
index c9095336e8d..00000000000
--- a/pkgs/os-specific/linux/powertop/auto-tune.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/src/devices/devfreq.cpp b/src/devices/devfreq.cpp
-index d2e56e3..4de5c9b 100644
---- a/src/devices/devfreq.cpp
-+++ b/src/devices/devfreq.cpp
-@@ -247,6 +247,7 @@ void create_all_devfreq_devices(void)
- 		fprintf(stderr, "Devfreq not enabled\n");
- 		is_enabled = false;
- 		closedir(dir);
-+		dir = NULL;
- 		return;
- 	}