From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 12 Oct 2024 07:10:09 +0000
Subject: [PATCH] 修改led为gpio
---
kernel/include/linux/sunrpc/svcauth.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/kernel/include/linux/sunrpc/svcauth.h b/kernel/include/linux/sunrpc/svcauth.h
index 04e404a..b000386 100644
--- a/kernel/include/linux/sunrpc/svcauth.h
+++ b/kernel/include/linux/sunrpc/svcauth.h
@@ -10,8 +10,6 @@
#ifndef _LINUX_SUNRPC_SVCAUTH_H_
#define _LINUX_SUNRPC_SVCAUTH_H_
-#ifdef __KERNEL__
-
#include <linux/string.h>
#include <linux/sunrpc/msg_prot.h>
#include <linux/sunrpc/cache.h>
@@ -82,6 +80,7 @@
struct hlist_node hash;
char *name;
struct auth_ops *flavour;
+ struct rcu_head rcu_head;
};
/*
@@ -183,7 +182,5 @@
{
return full_name_hash(NULL, buf, length) >> (32 - bits);
}
-
-#endif /* __KERNEL__ */
#endif /* _LINUX_SUNRPC_SVCAUTH_H_ */
--
Gitblit v1.6.2