mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 02:40:20 +01:00
wrap the MODULE_LICENSE definition.
This commit is contained in:
parent
92ad1b60e1
commit
05fb3e93f2
2 changed files with 4 additions and 0 deletions
|
|
@ -220,7 +220,9 @@ static char *drm_opts = NULL;
|
|||
MODULE_AUTHOR( DRIVER_AUTHOR );
|
||||
MODULE_DESCRIPTION( DRIVER_DESC );
|
||||
MODULE_PARM( drm_opts, "s" );
|
||||
#ifdef MODULE_LICENSE
|
||||
MODULE_LICENSE("GPL and additional rights");
|
||||
#endif
|
||||
|
||||
static int DRM(setup)( drm_device_t *dev )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -220,7 +220,9 @@ static char *drm_opts = NULL;
|
|||
MODULE_AUTHOR( DRIVER_AUTHOR );
|
||||
MODULE_DESCRIPTION( DRIVER_DESC );
|
||||
MODULE_PARM( drm_opts, "s" );
|
||||
#ifdef MODULE_LICENSE
|
||||
MODULE_LICENSE("GPL and additional rights");
|
||||
#endif
|
||||
|
||||
static int DRM(setup)( drm_device_t *dev )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue