]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ethernet: mac89x0: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 18 Jun 2024 17:41:54 +0000 (10:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jun 2024 00:22:00 +0000 (17:22 -0700)
commit5e736135ad00106bc4b7eff3827162bc1e08b2e3
tree22dc2f53c5b7563fc1cf42e47e86416161231bbe
parentdeb9d5766206988e788037c43a12df892c366ad7
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 <quic_jjohnson@quicinc.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240618-md-m68k-drivers-net-ethernet-cirrus-v1-1-07f5bd0b64cb@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/cirrus/mac89x0.c