From 020b9ddb802784dd2dcd2bd28df81be884942ccb Mon Sep 17 00:00:00 2001 From: Zorro Liu Date: Mon, 25 Mar 2024 14:42:12 +0800 Subject: [PATCH] input: tp_suspend: include linux/ebc.h Change-Id: Idb5b67c0300d504023383f654cb9b9404d306e92 Signed-off-by: Zorro Liu --- drivers/input/touchscreen/tp_suspend.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/input/touchscreen/tp_suspend.h b/drivers/input/touchscreen/tp_suspend.h index e4248663febc..2c49cf75a556 100644 --- a/drivers/input/touchscreen/tp_suspend.h +++ b/drivers/input/touchscreen/tp_suspend.h @@ -7,13 +7,13 @@ */ #ifndef _RK_TP_SUSPEND_H #define _RK_TP_SUSPEND_H -#include -#include #include +#include #include #include +#include +#include #include -#include "../../gpu/drm/rockchip/ebc-dev/ebc_dev.h" struct tp_device{ struct notifier_block fb_notif;