From: Jeff Johnson Date: Thu, 30 May 2024 20:12:03 +0000 (-0700) Subject: perf/x86/rapl: Add missing MODULE_DESCRIPTION() line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a44078f2b72abcdda47581c942bd5d0468ec50b;p=linux.git perf/x86/rapl: Add missing MODULE_DESCRIPTION() line Fix the warning from 'make C=1 W=1': WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/events/rapl.o Signed-off-by: Jeff Johnson Signed-off-by: Ingo Molnar Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Alexander Shishkin Link: https://lore.kernel.org/r/20240530-md-arch-x86-events-v1-1-e45ffa8af99f@quicinc.com --- diff --git a/arch/x86/events/rapl.c b/arch/x86/events/rapl.c index 46e6735855603..0c5e7a7c43ac0 100644 --- a/arch/x86/events/rapl.c +++ b/arch/x86/events/rapl.c @@ -64,6 +64,7 @@ #include "perf_event.h" #include "probe.h" +MODULE_DESCRIPTION("Support Intel/AMD RAPL energy consumption counters"); MODULE_LICENSE("GPL"); /*