On Mon, Feb 12, 2024 at 08:56:29AM +0100, Herve Codina wrote: > The QMC HDLC driver provides support for HDLC using the QMC (QUICC > Multichannel Controller) to transfer the HDLC data.
... > +#include <linux/dma-mapping.h> > +#include <linux/hdlc.h> > +#include <linux/module.h> > +#include <linux/of.h> > +#include <linux/of_platform.h> I do not see how these are being used, am I right? What's is missing OTOH is the mod_devicetable.h. > +#include <linux/platform_device.h> > +#include <linux/slab.h> + Blank line? > +#include <soc/fsl/qe/qmc.h> -- With Best Regards, Andy Shevchenko