Skip to content

Commit 36c5005

Browse files
Jeff Johnsonjmberg-intel
authored andcommitted
um: harddog: add missing MODULE_DESCRIPTION() macro
With ARCH=um, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/um/drivers/harddog.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
1 parent bfb80d8 commit 36c5005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/drivers/harddog_kern.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include "mconsole.h"
5050
#include "harddog.h"
5151

52+
MODULE_DESCRIPTION("UML hardware watchdog");
5253
MODULE_LICENSE("GPL");
5354

5455
static DEFINE_MUTEX(harddog_mutex);

0 commit comments

Comments
 (0)