aboutsummaryrefslogtreecommitdiffstats
path: root/main/powertop/musl-fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/powertop/musl-fix-headers.patch')
-rw-r--r--main/powertop/musl-fix-headers.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/powertop/musl-fix-headers.patch b/main/powertop/musl-fix-headers.patch
deleted file mode 100644
index 9839d15bf6f..00000000000
--- a/main/powertop/musl-fix-headers.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./src/devices/devfreq.h.orig
-+++ ./src/devices/devfreq.h
-@@ -25,6 +25,7 @@
- #ifndef _INCLUDE_GUARD_DEVFREQ_H
- #define _INCLUDE_GUARD_DEVFREQ_H
-
-+#include <sys/time.h>
- #include "device.h"
- #include "../parameters/parameters.h"
-
-diff --git a/src/perf/perf.h b/src/perf/perf.h
-index ee072ae06d24..932588a684f9 100644
---- a/src/perf/perf.h
-+++ b/src/perf/perf.h
-@@ -26,6 +26,7 @@
- #define _INCLUDE_GUARD_PERF_H_
-
- #include <iostream>
-+#include <stdio.h>
-
-
- extern "C" {