kernel/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
.. .. @@ -8,11 +8,11 @@ 8 8 * Author: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> 9 9 */ 10 10 11 -#include <drm/drmP.h>12 -13 11 #include <linux/errno.h> 14 12 #include <linux/irq.h> 15 13 14 +#include <drm/drm_print.h>15 +16 16 #include <xen/xenbus.h> 17 17 #include <xen/events.h> 18 18 #include <xen/grant_table.h>