[net-next PATCH v4 3/7] net: Remove struct sockaddr from net.h

From: Kees Cook

Date: Wed Oct 29 2025 - 17:44:28 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