kernel: Fix compilation

This commit is contained in:
ShirkNeko
2025-11-05 17:15:18 +08:00
parent 1473b91901
commit 3a8e114201
2 changed files with 4 additions and 35 deletions

View File

@@ -74,7 +74,7 @@ static const struct ksu_netlink_cmd_handler ksu_netlink_handlers[] = {
.perm_check = system_uid
},
#endif
{ .cmd = 0, msg_size = NULL, .name = NULL, .handler = NULL, .perm_check = NULL }
{ .cmd = 0, .msg_size = NULL, .name = NULL, .handler = NULL, .perm_check = NULL }
};
static void ksu_netlink_recv_msg(struct sk_buff *skb)