kernel/drivers/gpu/drm/xen/xen_drm_front_conn.h
.. .. @@ -11,11 +11,10 @@ 11 11 #ifndef __XEN_DRM_FRONT_CONN_H_ 12 12 #define __XEN_DRM_FRONT_CONN_H_ 13 13 14 -#include <drm/drmP.h>15 -#include <drm/drm_crtc.h>16 -#include <drm/drm_encoder.h>14 +#include <linux/types.h>17 15 18 -#include <linux/wait.h>16 +struct drm_connector;17 +struct xen_drm_front_drm_info;19 18 20 19 struct xen_drm_front_drm_info; 21 20