Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b10c6d4b authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/usb: fix module license on drm/usb layer.



Allows this module to load correctly with certain debugging options on.

Reported on irc by scientes
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 5273db70
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
#include "drmP.h"
#include <linux/usb.h>
#include <linux/export.h>
#include <linux/module.h>

int drm_get_usb_dev(struct usb_interface *interface,
		    const struct usb_device_id *id,
@@ -114,3 +114,7 @@ void drm_usb_exit(struct drm_driver *driver,
	usb_deregister(udriver);
}
EXPORT_SYMBOL(drm_usb_exit);

MODULE_AUTHOR("David Airlie");
MODULE_DESCRIPTION("USB DRM support");
MODULE_LICENSE("GPL and additional rights");