diff --git a/drivers/gpu/drm/tegra/dp.c b/drivers/gpu/drm/tegra/dp.c index a895bd79..63854bae 100644 --- a/drivers/gpu/drm/tegra/dp.c +++ b/drivers/gpu/drm/tegra/dp.c @@ -6,7 +6,9 @@ #include #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +#include +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) #include #else #include diff --git a/drivers/gpu/drm/tegra/dpaux.c b/drivers/gpu/drm/tegra/dpaux.c index 22791115..7e6ebdc7 100644 --- a/drivers/gpu/drm/tegra/dpaux.c +++ b/drivers/gpu/drm/tegra/dpaux.c @@ -19,7 +19,9 @@ #include #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +#include +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) #include #else #include diff --git a/drivers/gpu/drm/tegra/sor.c b/drivers/gpu/drm/tegra/sor.c index ca63c3ac..e6c25b7b 100644 --- a/drivers/gpu/drm/tegra/sor.c +++ b/drivers/gpu/drm/tegra/sor.c @@ -19,14 +19,20 @@ #include #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +#include +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) #include #else #include #endif #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0) +#include +#else #include +#endif #include #include "dc.h"