[PATCH 1/5] include/ndisc.h: Audit include list

Tom Rini trini at konsulko.com
Sun Jun 29 00:43:48 CEST 2025


This file should not include itself, drop that.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/ndisc.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/ndisc.h b/include/ndisc.h
index d0fe3acca4aa..7d9e58aa1c21 100644
--- a/include/ndisc.h
+++ b/include/ndisc.h
@@ -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;
-- 
2.43.0



More information about the U-Boot mailing list