From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/include/linux/err.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/err.h b/kernel/include/linux/err.h index 87be243..a139c64 100644 --- a/kernel/include/linux/err.h +++ b/kernel/include/linux/err.h @@ -62,9 +62,6 @@ return 0; } -/* Deprecated */ -#define PTR_RET(p) PTR_ERR_OR_ZERO(p) - #endif #endif /* _LINUX_ERR_H */ -- Gitblit v1.6.2