uboot-mtk-20250711: poller: remove reference to common.h

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2025-08-22 17:55:57 +08:00
committed by hanwckf
parent 40a1c1e8f4
commit 0dc4b558f1

View File

@@ -3,9 +3,11 @@
* Copyright (C) 2010 Marc Kleine-Budde <mkl@pengutronix.de>
*/
#include <common.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <malloc.h>
#include <poller.h>
#include <time.h>
static LIST_HEAD(poller_list);
static int __poller_active;