From: Tom Rini Date: Sat, 28 Jun 2025 22:43:48 +0000 (-0600) Subject: include/ndisc.h: Audit include list X-Git-Tag: v2025.10-rc1~129^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01feea9ab07c77195de7ab1f8d896b79e00a1985;p=thirdparty%2Fu-boot.git include/ndisc.h: Audit include list This file should not include itself, drop that. Signed-off-by: Tom Rini --- diff --git a/include/ndisc.h b/include/ndisc.h index d0fe3acca4a..7d9e58aa1c2 100644 --- a/include/ndisc.h +++ b/include/ndisc.h @@ -10,8 +10,6 @@ #ifndef __NDISC_H__ #define __NDISC_H__ -#include - /* struct nd_msg - ICMPv6 Neighbour Discovery message format */ struct nd_msg { struct icmp6hdr icmph;