From 0dc4b558f16c6adf77023f6b69cac73d71ce0418 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 22 Aug 2025 17:55:57 +0800 Subject: [PATCH] uboot-mtk-20250711: poller: remove reference to common.h Signed-off-by: Tianling Shen --- uboot-mtk-20250711/common/poller.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uboot-mtk-20250711/common/poller.c b/uboot-mtk-20250711/common/poller.c index 12b419060..f79dbbf6b 100644 --- a/uboot-mtk-20250711/common/poller.c +++ b/uboot-mtk-20250711/common/poller.c @@ -3,9 +3,11 @@ * Copyright (C) 2010 Marc Kleine-Budde */ -#include +#include +#include #include #include +#include static LIST_HEAD(poller_list); static int __poller_active;