Skip to content

Commit 36c5005

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Link: https://patch.msgid.link/20240702-md-um-arch-um-drivers-v1-1-79e4f50b5bab@quicinc.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent bfb80d8 commit 36c5005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)