Re: [PATCH net-next v2 2/6] net: lan966x: add the basic lan966x driver

From: Horatiu Vultur
Date: Wed Nov 24 2021 - 03:13:09 EST


The 11/23/2021 19:30, Jakub Kicinski wrote:
>
> On Tue, 23 Nov 2021 14:55:13 +0100 Horatiu Vultur wrote:
> > #include <asm/memory.h>
>
> drivers/net/ethernet/microchip/lan966x/lan966x_main.c:3:10: fatal error: 'asm/memory.h' file not found
> #include <asm/memory.h>
> ^~~~~~~~~~~~~~
>
> Is this arch-specific? What do you need it for?

I don't need it.
I have another mistake with MODULE_DEVICE_TABLE.

Both of these issues will be fixed in the next version.

--
/Horatiu