Skip to content

Commit 465478b

Browse files
jeff-t-johnsonaxboe
authored andcommitted
z2ram: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/z2ram.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Link: https://lore.kernel.org/r/20240617-md-m68k-drivers-block-v1-3-b200599a315e@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent ba8df22 commit 465478b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/block/z2ram.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,4 +409,5 @@ static void __exit z2_exit(void)
409409

410410
module_init(z2_init);
411411
module_exit(z2_exit);
412+
MODULE_DESCRIPTION("Amiga Zorro II ramdisk driver");
412413
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)