[PATCH net-next v5 4/8] net: Remove struct sockaddr from net.h

From: Kees Cook
Date: Mon Nov 03 2025 - 19:27:46 EST


Now that struct sockaddr is no longer used by net.h, remove it.

Signed-off-by: Kees Cook <kees@xxxxxxxxxx>
---
include/linux/net.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/net.h b/include/linux/net.h
index db6bc997ca5b..f58b38ab37f8 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -148,7 +148,6 @@ typedef struct {

struct vm_area_struct;
struct page;
-struct sockaddr;
struct msghdr;
struct module;
struct sk_buff;
--
2.34.1