mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/vmwgfx: Add modinfo version
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
30f47fc85d
commit
73558ead64
1 changed files with 4 additions and 0 deletions
|
@ -942,3 +942,7 @@ module_exit(vmwgfx_exit);
|
|||
MODULE_AUTHOR("VMware Inc. and others");
|
||||
MODULE_DESCRIPTION("Standalone drm driver for the VMware SVGA device");
|
||||
MODULE_LICENSE("GPL and additional rights");
|
||||
MODULE_VERSION(__stringify(VMWGFX_DRIVER_MAJOR) "."
|
||||
__stringify(VMWGFX_DRIVER_MINOR) "."
|
||||
__stringify(VMWGFX_DRIVER_PATCHLEVEL) "."
|
||||
"0");
|
||||
|
|
Loading…
Add table
Reference in a new issue