Skip to content

Commit 996ea50

Browse files
nehebkuba-moo
authored andcommitted
net: fec_mpc52xx_phy: Add missing MODULE_DESCRIPTION()
Fixes error during modpost: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/ethernet/freescale/fec_mpc52xx_phy.o Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://patch.msgid.link/20260527025139.10188-1-rosenp@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent ae73379 commit 996ea50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/freescale/fec_mpc52xx_phy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,5 @@ struct platform_driver mpc52xx_fec_mdio_driver = {
150150
/* let fec driver call it, since this has to be registered before it */
151151
EXPORT_SYMBOL_GPL(mpc52xx_fec_mdio_driver);
152152

153+
MODULE_DESCRIPTION("MPC52xx FEC MDIO bus driver");
153154
MODULE_LICENSE("Dual BSD/GPL");

0 commit comments

Comments
 (0)