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/kernel/cgroup/namespace.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kernel/kernel/cgroup/namespace.c b/kernel/kernel/cgroup/namespace.c
index 812a61a..d2b4dd7 100644
--- a/kernel/kernel/cgroup/namespace.c
+++ b/kernel/kernel/cgroup/namespace.c
@@ -149,9 +149,3 @@
.install = cgroupns_install,
.owner = cgroupns_owner,
};
-
-static __init int cgroup_namespaces_init(void)
-{
- return 0;
-}
-subsys_initcall(cgroup_namespaces_init);
--
Gitblit v1.6.2