From: Rob Herring Date: Mon, 10 Apr 2023 23:27:26 +0000 (-0500) Subject: bus: vexpress-config: Add explicit of_platform.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04ebdc354895e1609ac133b40f8e8d2e0f16e450;p=linux.git bus: vexpress-config: Add explicit of_platform.h include vexpress-config uses of_platform_* functions which are declared in of_platform.h. of_platform.h gets implicitly included by of_device.h, but that is going to be removed soon. Nothing else depends on of_device.h so it can be dropped. Signed-off-by: Rob Herring Acked-by: Liviu Dudau Link: https://lore.kernel.org/r/20230410232727.1562115-1-robh@kernel.org Signed-off-by: Sudeep Holla --- diff --git a/drivers/bus/vexpress-config.c b/drivers/bus/vexpress-config.c index a58ac0c8e2826..472a570bd53a9 100644 --- a/drivers/bus/vexpress-config.c +++ b/drivers/bus/vexpress-config.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include