mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02: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:
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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user