Reviewed-by: Lyude Paul <[email protected]> On Mon, 2019-10-07 at 19:12 +0200, Sam Ravnborg wrote: > drmP.h is deprecated and will be deleted. > Replace use with proper header. > > Divide header includes in blocks while touching these. > > Build tested with various archtectures and configs. > > Signed-off-by: Sam Ravnborg <[email protected]> > Fixes: ae85b0df124f6928 ("drm_dp_cec: add connector info support.") > Cc: Dariusz Marcinkiewicz <[email protected]> > Cc: Hans Verkuil <[email protected]> > Cc: Lyude Paul <[email protected]> > Cc: Ben Skeggs <[email protected]> > --- > drivers/gpu/drm/drm_dp_cec.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/drm_dp_cec.c b/drivers/gpu/drm/drm_dp_cec.c > index b457c16c3a8b..3ab2609f9ec7 100644 > --- a/drivers/gpu/drm/drm_dp_cec.c > +++ b/drivers/gpu/drm/drm_dp_cec.c > @@ -8,10 +8,12 @@ > #include <linux/kernel.h> > #include <linux/module.h> > #include <linux/slab.h> > + > +#include <media/cec.h> > + > #include <drm/drm_connector.h> > +#include <drm/drm_device.h> > #include <drm/drm_dp_helper.h> > -#include <drm/drmP.h> > -#include <media/cec.h> > > /* > * Unfortunately it turns out that we have a chicken-and-egg situation -- Cheers, Lyude Paul
_______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
