Re: [PATCH net-next] net: dsa: b53: spi: add missing MODULE_DEVICE_TABLE

2021-03-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 25 Mar 2021 17:19:54 +0800 you wrote: > This patch adds missing MODULE_DEVICE_TABLE definition which generates > correct modalias for automatic loading of this driver when it is built > as an external module. > > R

Re: [PATCH net-next] net: dsa: b53: spi: add missing MODULE_DEVICE_TABLE

2021-03-25 Thread Florian Fainelli
On 3/25/2021 2:19 AM, Qinglang Miao wrote: > This patch adds missing MODULE_DEVICE_TABLE definition which generates > correct modalias for automatic loading of this driver when it is built > as an external module. > > Reported-by: Hulk Robot > Signed-off-by: Qinglang Miao Acked-by: Florian F

[PATCH net-next] net: dsa: b53: spi: add missing MODULE_DEVICE_TABLE

2021-03-25 Thread Qinglang Miao
This patch adds missing MODULE_DEVICE_TABLE definition which generates correct modalias for automatic loading of this driver when it is built as an external module. Reported-by: Hulk Robot Signed-off-by: Qinglang Miao --- drivers/net/dsa/b53/b53_spi.c | 1 + 1 file changed, 1 insertion(+) diff