From 70ab38f4268c5ce5302849fcebf9bdfa2e152e76 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 May 2024 19:30:26 -0600 Subject: [PATCH] include/linux/compat.h: Add As this file has macros which use get_timer() it must include to resolve this. Signed-off-by: Tom Rini --- include/linux/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/compat.h b/include/linux/compat.h index f8e3570d1a..6238145161 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -5,6 +5,7 @@ #include #include #include +#include #include -- 2.39.5