From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/drivers/gpu/drm/xen/xen_drm_front_cfg.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/gpu/drm/xen/xen_drm_front_cfg.c b/kernel/drivers/gpu/drm/xen/xen_drm_front_cfg.c index 5baf2b9..ec53b9c 100644 --- a/kernel/drivers/gpu/drm/xen/xen_drm_front_cfg.c +++ b/kernel/drivers/gpu/drm/xen/xen_drm_front_cfg.c @@ -8,10 +8,10 @@ * Author: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> */ -#include <drm/drmP.h> - #include <linux/device.h> +#include <drm/drm_print.h> + #include <xen/interface/io/displif.h> #include <xen/xenbus.h> -- Gitblit v1.6.2