From c21465b462e8a699df169e37fa6b9d1f07922718 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Wed, 20 Feb 2019 11:18:06 +0100 Subject: [PATCH] compat: prepare moving compat checks --- kernel/compat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernel/compat.h b/kernel/compat.h index a83dc570..386c60ef 100644 --- a/kernel/compat.h +++ b/kernel/compat.h @@ -62,4 +62,8 @@ extern int _compat_unlink( #endif /* MARS_HAS_PREPATCH */ +/* Various compatibility checks for upstream kernels. + * This is a hell. + */ + #endif /* _MARS_COMPAT */