Hi Oleksandr
--- a/drivers/gpu/drm/xen/xen_drm_front.h +++ b/drivers/gpu/drm/xen/xen_drm_front.h @@ -11,13 +11,19 @@ #ifndef __XEN_DRM_FRONT_H_ #define __XEN_DRM_FRONT_H_ -#include <drm/drmP.h> -#include <drm/drm_simple_kms_helper.h>
- #include <linux/scatterlist.h>
+#include <drm/drm_connector.h> +#include <drm/drm_simple_kms_helper.h> +#include <drm/drm_simple_kms_helper.h>
no need to include twice with that fixed: Acked-by: Oleksandr Andrushchenko oleksandr_andrushchenko@epam.com
Ups, thanks for spotting this. Will run the checkinclude script to check if there are more duplicates added by accident.
Sam