diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-06-08 14:11:56 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-09 14:40:31 -0700 |
commit | d0915d64c3a636f73065dbb7e5aab78eb7e75f0d (patch) | |
tree | 228a51ad8c7c36cb05f2dfb5d7916f8550475899 /tools/net/ynl/generated/handshake-user.h | |
parent | f2ba1e5e22081e3279fd248677f53ce719fdc23d (diff) |
tools: ynl: regen: stop generating common notification handlers
Remove unused notification handlers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/net/ynl/generated/handshake-user.h')
-rw-r--r-- | tools/net/ynl/generated/handshake-user.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/net/ynl/generated/handshake-user.h b/tools/net/ynl/generated/handshake-user.h index 38e0844f2efd..47646bb91cea 100644 --- a/tools/net/ynl/generated/handshake-user.h +++ b/tools/net/ynl/generated/handshake-user.h @@ -142,7 +142,4 @@ __handshake_done_req_set_remote_auth(struct handshake_done_req *req, */ int handshake_done(struct ynl_sock *ys, struct handshake_done_req *req); -/* --------------- Common notification parsing --------------- */ -struct ynl_ntf_base_type *handshake_ntf_parse(struct ynl_sock *ys); - #endif /* _LINUX_HANDSHAKE_GEN_H */ |