Skip to content

Commit 5375986

Browse files
Jeff Johnsonsuperna9999
authored andcommitted
firmware: meson_sm: add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/firmware/meson/meson_sm.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/20240613-md-arm64-drivers-firmware-meson-v1-1-28e4138a8597@quicinc.com Signed-off-by: Neil Armstrong <[email protected]>
1 parent 2faaab6 commit 5375986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/meson/meson_sm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,5 @@ static struct platform_driver meson_sm_driver = {
340340
},
341341
};
342342
module_platform_driver_probe(meson_sm_driver, meson_sm_probe);
343+
MODULE_DESCRIPTION("Amlogic Secure Monitor driver");
343344
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)