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

Commit f558a845 authored by Dave Jones's avatar Dave Jones Committed by Rusty Russell
Browse files

Add missing module license tag to vring helpers.



[  624.286653] vringh: module license 'unspecified' taints kernel.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent de9c9f86
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
 *
 * Since these may be in userspace, we use (inline) accessors.
 */
#include <linux/module.h>
#include <linux/vringh.h>
#include <linux/virtio_ring.h>
#include <linux/kernel.h>
@@ -1005,3 +1006,5 @@ int vringh_need_notify_kern(struct vringh *vrh)
	return __vringh_need_notify(vrh, getu16_kern);
}
EXPORT_SYMBOL(vringh_need_notify_kern);

MODULE_LICENSE("GPL");