diff options
Diffstat (limited to 'litmus/color_proc.c')
-rw-r--r-- | litmus/color_proc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/litmus/color_proc.c b/litmus/color_proc.c index 25915e714821..9a104a803cac 100644 --- a/litmus/color_proc.c +++ b/litmus/color_proc.c | |||
@@ -2,13 +2,13 @@ | |||
2 | #include <linux/sysctl.h> | 2 | #include <linux/sysctl.h> |
3 | #include <linux/slab.h> | 3 | #include <linux/slab.h> |
4 | 4 | ||
5 | #include <litmus/color.h> | ||
5 | #include <litmus/sched_trace.h> | 6 | #include <litmus/sched_trace.h> |
6 | 7 | ||
7 | 8 | #define SPERIOD_LEN 7 | |
8 | #define SPERIOD_LEN 7 | ||
9 | #define SPERIOD_FILE "period" | 9 | #define SPERIOD_FILE "period" |
10 | #define SWCET_LEN 5 | 10 | #define SWCET_LEN 5 |
11 | #define SWCET_FILE "wcet" | 11 | #define SWCET_FILE "wcet" |
12 | 12 | ||
13 | static unsigned long *server_wcet; | 13 | static unsigned long *server_wcet; |
14 | static unsigned long *server_period; | 14 | static unsigned long *server_period; |