Skip to content

Commit 65cf378

Browse files
Jeff Johnsongregkh
authored andcommitted
misc: fastrpc: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/misc/fastrpc.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a150c68 commit 65cf378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/fastrpc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,5 +2473,6 @@ static void fastrpc_exit(void)
24732473
}
24742474
module_exit(fastrpc_exit);
24752475

2476+
MODULE_DESCRIPTION("Qualcomm FastRPC");
24762477
MODULE_LICENSE("GPL v2");
24772478
MODULE_IMPORT_NS(DMA_BUF);

0 commit comments

Comments
 (0)