uboot-mtk-20250711: poller: remove reference to common.h
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user