Re: [PATCH v3 RESEND 1/6] net: wan: Add support for QMC HDLC
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2024-02-22 13:19:19
Also in:
lkml, netdev
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2024-02-22 13:19:19
Also in:
lkml, netdev
On Thu, Feb 22, 2024 at 01:05:16PM +0100, Herve Codina wrote:
On Mon, 12 Feb 2024 14:22:56 +0200 Andy Shevchenko [off-list ref] wrote:
...
quoted
quoted
+#include <linux/dma-mapping.h> +#include <linux/hdlc.h> +#include <linux/module.h>quoted
+#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.Agree for removing of.h and of_platform.h. Why do I need mod_devicetable.h ? Isn't including module.h enough ?
In that header the definitions of many of ID table data structures are located. You are using that in the code. -- With Best Regards, Andy Shevchenko