From: Cristian Ciocaltea Date: Wed, 7 Aug 2024 11:07:26 +0000 (+0300) Subject: drm/rockchip: Explicitly include bits header X-Git-Tag: microblaze-v6.13~18^2~25^2~19 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=ab03974df27e471ff03402265292f1bafafb5df6;p=linux-2.6-microblaze.git drm/rockchip: Explicitly include bits header Driver makes use of the BIT() macro, but relies on the bits header being implicitly included. Explicitly pull the header in to avoid potential build failures in some configurations. While at it, reorder include directives alphabetically. Signed-off-by: Cristian Ciocaltea Signed-off-by: Heiko Stuebner Link: https://patchwork.freedesktop.org/patch/msgid/20240807-b4-rk3588-bridge-upstream-v3-4-60d6bab0dc7c@collabora.com --- diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_drv.h b/drivers/gpu/drm/rockchip/rockchip_drm_drv.h index bbb9e0bf6804..8d566fcd80a2 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_drv.h +++ b/drivers/gpu/drm/rockchip/rockchip_drm_drv.h @@ -12,9 +12,10 @@ #include #include +#include +#include #include #include -#include #define ROCKCHIP_MAX_FB_BUFFER 3 #define ROCKCHIP_MAX_CONNECTOR 2