Skip to content

Commit 2b0cd6b

Browse files
Jeff Johnsonkuba-moo
authored andcommitted
net: smc9194: 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/smsc/smc9194.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-smsc-v1-1-ad3d7200421e@quicinc.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 5e73613 commit 2b0cd6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/smsc/smc9194.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ static void smc_set_multicast_list(struct net_device *dev)
15011501
#ifdef MODULE
15021502

15031503
static struct net_device *devSMC9194;
1504+
MODULE_DESCRIPTION("SMC 9194 Ethernet driver");
15041505
MODULE_LICENSE("GPL");
15051506

15061507
module_param_hw(io, int, ioport, 0);

0 commit comments

Comments
 (0)