fbdev: chipsfb: add missing MODULE_DESCRIPTION() macro

The chipsfb driver is missing the MODULE_DESCRIPTION macro which
is required for all kernel modules.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Rahman Mahmutović <mahmutovicrahman5@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Rahman Mahmutović
2026-05-09 15:18:31 +02:00
committed by Helge Deller
parent 5dbe5b65df
commit 92a91dc8bd

View File

@@ -526,4 +526,5 @@ static void __exit chipsfb_exit(void)
pci_unregister_driver(&chipsfb_driver);
}
MODULE_DESCRIPTION("Chips & Technologies 65550 frame buffer driver");
MODULE_LICENSE("GPL");