From: Rob Herring Date: Mon, 10 Apr 2023 23:26:47 +0000 (-0500) Subject: drm: etnaviv: Replace of_platform.h with explicit includes X-Git-Tag: v6.6.7~1918^2~8^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426f6e764426a57718e23af5db36ed24e16a46fe;p=platform%2Fkernel%2Flinux-starfive.git drm: etnaviv: Replace of_platform.h with explicit includes Etnaviv doesn't use anything from of_platform.h, but depends on of.h, of_device.h, and platform_device.h which are all implicitly included, but that is going to be removed soon. Signed-off-by: Rob Herring Tested-by: Sui Jingfeng Signed-off-by: Lucas Stach --- diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c index 31a7f59..b17a541 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c @@ -6,7 +6,9 @@ #include #include #include -#include +#include +#include +#include #include #include