Skip to content

Commit 15eec4e

Browse files
Jeff Johnsongregkh
authored andcommitted
agp: uninorth: add missing MODULE_DESCRIPTION() macro
With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/agp/uninorth-agp.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Link: https://lore.kernel.org/r/20240615-md-powerpc-drivers-char-agp-v1-1-b79bfd07da42@quicinc.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5919d93 commit 15eec4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/char/agp/uninorth-agp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,4 +726,5 @@ MODULE_PARM_DESC(aperture,
726726
"\t\tDefault: " DEFAULT_APERTURE_STRING "M");
727727

728728
MODULE_AUTHOR("Ben Herrenschmidt & Paul Mackerras");
729+
MODULE_DESCRIPTION("Apple UniNorth & U3 AGP support");
729730
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)