drm: etnaviv: Replace of_platform.h with explicit includes
authorRob Herring <robh@kernel.org>
Mon, 10 Apr 2023 23:26:47 +0000 (18:26 -0500)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 21 Jun 2023 12:43:58 +0000 (14:43 +0200)
commit426f6e764426a57718e23af5db36ed24e16a46fe
tree0e6450ba1e6a35833cb8fba4c597114ddb8927cf
parentac9a78681b921877518763ba0e89202254349d1b
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 <robh@kernel.org>
Tested-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_drv.c