From 5dc7e05b74eb095a56ac0c28c61a9082e8f7b142 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 28 Feb 2025 20:28:39 +0800 Subject: [PATCH] regulator: rk801: Explicitly include platform_device.h Signed-off-by: Tao Huang Change-Id: Ib5ed20b0152d1e88f97de1bf7c81939b195b19f6 --- drivers/regulator/rk801-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/rk801-regulator.c b/drivers/regulator/rk801-regulator.c index 703db41c2bf3..fa8aaa549e79 100644 --- a/drivers/regulator/rk801-regulator.c +++ b/drivers/regulator/rk801-regulator.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include