forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
....@@ -8,11 +8,11 @@
88 * Author: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
99 */
1010
11
-#include <drm/drmP.h>
12
-
1311 #include <linux/errno.h>
1412 #include <linux/irq.h>
1513
14
+#include <drm/drm_print.h>
15
+
1616 #include <xen/xenbus.h>
1717 #include <xen/events.h>
1818 #include <xen/grant_table.h>