• Jeff Johnson's avatar
    pcmcia: add missing MODULE_DESCRIPTION() macros · 0630e3bc
    Jeff Johnson authored
    On x86, make allmodconfig && make W=1 C=1 reports:
    WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/pcmcia_rsrc.o
    WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/yenta_socket.o
    WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/i82092.o
    
    Add the missing invocation of the MODULE_DESCRIPTION() macro to all
    files which have a MODULE_LICENSE(). This includes files which did not
    produce a warning with the x86 allmodconfig since they may cause this
    warning with other configurations.
    Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
    [linux@dominikbrodowski.net: modify some descriptions]
    Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
    0630e3bc
yenta_socket.c 39.3 KB