From 839c5b455e5f9d0887456feb0fb772fe82eda6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Sun, 3 Nov 2024 09:59:07 +0100 Subject: [PATCH] fix(driver): include jiffies.h to prevent warning about missing prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Hoffstätte --- driver/ppm_cputime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/ppm_cputime.c b/driver/ppm_cputime.c index 55803e1b5a..bfea5fed61 100644 --- a/driver/ppm_cputime.c +++ b/driver/ppm_cputime.c @@ -333,7 +333,7 @@ void ppm_task_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t * #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(4, 4, 0)) */ #if(LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)) -#include +#include #include /*