From f1f3d521b5d3bee0c064e63d0587c40959dd5e0e Mon Sep 17 00:00:00 2001 From: d00f <8052722+DrDoof@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:25:21 +0200 Subject: [PATCH] stp: drop the comment on the rtl837x_port.h include --- rtl837x_stp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl837x_stp.c b/rtl837x_stp.c index 5bafe17..03fbeef 100644 --- a/rtl837x_stp.c +++ b/rtl837x_stp.c @@ -14,7 +14,7 @@ #include "rtl837x_sfr.h" #include "rtl837x_regs.h" #include "rtl837x_stp.h" -#include "rtl837x_port.h" /* port_pvid_get(), port_l2mc_set() */ +#include "rtl837x_port.h" #include "uip.h" #include "machine.h"