Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 0a44078

Browse files
Jeff JohnsonIngo Molnar
authored andcommitted
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 <quic_jjohnson@quicinc.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Arnaldo Carvalho de Melo <acme@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Link: https://lore.kernel.org/r/20240530-md-arch-x86-events-v1-1-e45ffa8af99f@quicinc.com
1 parent 4a4be1a commit 0a44078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/rapl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
#include "perf_event.h"
6565
#include "probe.h"
6666

67+
MODULE_DESCRIPTION("Support Intel/AMD RAPL energy consumption counters");
6768
MODULE_LICENSE("GPL");
6869

6970
/*

0 commit comments

Comments
 (0)