From: Tom Rini Date: Thu, 2 May 2024 01:30:26 +0000 (-0600) Subject: include/linux/compat.h: Add X-Git-Tag: v2024.07-rc3~6^2~10^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ab38f4268c5ce5302849fcebf9bdfa2e152e76;p=pandora-u-boot.git 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 --- diff --git a/include/linux/compat.h b/include/linux/compat.h index f8e3570d1ad..62381451617 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -5,6 +5,7 @@ #include #include #include +#include #include