Skip to content

Commit 64e018d

Browse files
Jeff Johnsonvireshk
authored andcommitted
cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cpufreq/cpufreq-dt-platdev.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 10e0a8f commit 64e018d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,5 @@ static int __init cpufreq_dt_platdev_init(void)
233233
sizeof(struct cpufreq_dt_platform_data)));
234234
}
235235
core_initcall(cpufreq_dt_platdev_init);
236+
MODULE_DESCRIPTION("Generic DT based cpufreq platdev driver");
236237
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)