Skip to content

Commit 5e73613

Browse files
Jeff Johnsonkuba-moo
authored andcommitted
net: ethernet: mac89x0: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/ethernet/cirrus/mac89x0.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/20240618-md-m68k-drivers-net-ethernet-cirrus-v1-1-07f5bd0b64cb@quicinc.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent deb9d57 commit 5e73613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/cirrus/mac89x0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ static int set_mac_address(struct net_device *dev, void *addr)
554554
return 0;
555555
}
556556

557+
MODULE_DESCRIPTION("Macintosh CS89x0-based Ethernet driver");
557558
MODULE_LICENSE("GPL");
558559

559560
static void mac89x0_device_remove(struct platform_device *pdev)

0 commit comments

Comments
 (0)