Skip to content

Commit 7274eef

Browse files
committed
ata: pata_ftide010: Add missing MODULE_DESCRIPTION
Add the missing MODULE_DESCRIPTION() to avoid warnings such as: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ata/pata_ftide010.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 252a093 commit 7274eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/pata_ftide010.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ static struct platform_driver pata_ftide010_driver = {
560560
};
561561
module_platform_driver(pata_ftide010_driver);
562562

563+
MODULE_DESCRIPTION("low level driver for Faraday Technology FTIDE010");
563564
MODULE_AUTHOR("Linus Walleij <linus.walleij@linaro.org>");
564565
MODULE_LICENSE("GPL");
565566
MODULE_ALIAS("platform:" DRV_NAME);

0 commit comments

Comments
 (0)