On Thu, Dec 27, 2018 at 02:56:37PM +0200, Jani Nikula wrote: > Make it easier to drop drmP.h includes. > > Cc: Sam Ravnborg <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Signed-off-by: Jani Nikula <[email protected]>
Makes sense. Reviewed-by: Daniel Vetter <[email protected]> > --- > include/drm/intel-gtt.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/drm/intel-gtt.h b/include/drm/intel-gtt.h > index 2324c84a25c0..71d81923e6b0 100644 > --- a/include/drm/intel-gtt.h > +++ b/include/drm/intel-gtt.h > @@ -4,6 +4,9 @@ > #ifndef _DRM_INTEL_GTT_H > #define _DRM_INTEL_GTT_H > > +#include <linux/agp_backend.h> > +#include <linux/kernel.h> > + > void intel_gtt_get(u64 *gtt_total, > phys_addr_t *mappable_base, > resource_size_t *mappable_end); > -- > 2.11.0 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
