From: Kees Cook Date: Tue, 4 Nov 2025 00:26:12 +0000 (-0800) Subject: net: Remove struct sockaddr from net.h X-Git-Tag: v6.19-rc1~170^2~230^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d39d34146f2b38127eadf36a0513e130eaa7eec;p=thirdparty%2Flinux.git net: Remove struct sockaddr from net.h Now that struct sockaddr is no longer used by net.h, remove it. Signed-off-by: Kees Cook Link: https://patch.msgid.link/20251104002617.2752303-4-kees@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/include/linux/net.h b/include/linux/net.h index db6bc997ca5b0..f58b38ab37f8a 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;