From 47102b506abc56e11fc9b261e259aa63a9bb662b Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 4 Feb 2025 21:58:45 +0800 Subject: [PATCH] regulator: rk806: Explicitly include linux/pinctrl/consumer.h Change-Id: I9b4c7b5ec442536bef78aeec3e0ea151ec670c35 Signed-off-by: Tao Huang --- drivers/regulator/rk806-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/rk806-regulator.c b/drivers/regulator/rk806-regulator.c index b8b18fd63e51..0a7a1be7cc4f 100644 --- a/drivers/regulator/rk806-regulator.c +++ b/drivers/regulator/rk806-regulator.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include "internal.h"