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 <redacted>
Signed-off-by: Zou Wei <redacted>
---
drivers/net/mdio/mdio-aspeed.c | 1 +
1 file changed, 1 insertion(+)
From: Joel Stanley <joel@jms.id.au> Date: 2021-05-12 06:34:59
On Wed, 12 May 2021 at 03:13, Zou Wei [off-list ref] 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 <redacted>
Signed-off-by: Zou Wei <redacted>
Fixes: f160e99462c6 ("net: phy: Add mdio-aspeed")
Acked-by: Joel Stanley <joel@jms.id.au>
Thanks for the patch.
From: Andrew Lunn <andrew@lunn.ch> Date: 2021-05-12 12:42:39
On Wed, May 12, 2021 at 11:30:04AM +0800, Zou Wei 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.
Please make the subject line more specific. There are a number of MDIO
bus drivers in the kernel. Adding "aspeed:" would make it clear which
one you are changing.
Andrew