Re: [PATCH] lan743x: add MODULE_DEVICE_TABLE for module loading alias

2020-06-16 Thread David Miller
From: Tim Harvey Date: Tue, 16 Jun 2020 08:31:58 -0700 > Without a MODULE_DEVICE_TABLE the attributes are missing that create > an alias for auto-loading the module in userspace via hotplug. > > Signed-off-by: Tim Harvey Applied, thank you.

[PATCH] lan743x: add MODULE_DEVICE_TABLE for module loading alias

2020-06-16 Thread Tim Harvey
Without a MODULE_DEVICE_TABLE the attributes are missing that create an alias for auto-loading the module in userspace via hotplug. Signed-off-by: Tim Harvey --- drivers/net/ethernet/microchip/lan743x_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/microchip/lan