mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 03:27:30 -04:00
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:
committed by
Helge Deller
parent
5dbe5b65df
commit
92a91dc8bd
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user