Skip to content

Commit 8566572

Browse files
committed
ata: sata_gemini: Add missing MODULE_DESCRIPTION
Add the missing MODULE_DESCRIPTION() to avoid warnings such as: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ata/sata_gemini.o when compiling with W=1. Fixes: be4e456 ("ata: Add driver for Faraday Technology FTIDE010") Cc: stable@vger.kernel.org Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 7274eef commit 8566572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/sata_gemini.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ static struct platform_driver gemini_sata_driver = {
425425
};
426426
module_platform_driver(gemini_sata_driver);
427427

428+
MODULE_DESCRIPTION("low level driver for Cortina Systems Gemini SATA bridge");
428429
MODULE_AUTHOR("Linus Walleij <linus.walleij@linaro.org>");
429430
MODULE_LICENSE("GPL");
430431
MODULE_ALIAS("platform:" DRV_NAME);

0 commit comments

Comments
 (0)