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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=426f6e764426a57718e23af5db36ed24e16a46fe;p=linux.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 31a7f59ccb49e..b17a541802203 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