]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/ndisc.h: Audit include list
authorTom Rini <trini@konsulko.com>
Sat, 28 Jun 2025 22:43:48 +0000 (16:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 19:11:12 +0000 (13:11 -0600)
This file should not include itself, drop that.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/ndisc.h

index d0fe3acca4aa9a60a6c5a0165aa76595881da6c8..7d9e58aa1c21a8e75123357e8bac000b035ea680 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __NDISC_H__
 #define __NDISC_H__
 
-#include <ndisc.h>
-
 /* struct nd_msg - ICMPv6 Neighbour Discovery message format */
 struct nd_msg {
        struct icmp6hdr icmph;