提交 f558a845 编写于 作者: D Dave Jones 提交者: Rusty Russell

Add missing module license tag to vring helpers.

[  624.286653] vringh: module license 'unspecified' taints kernel.
Signed-off-by: NDave Jones <davej@redhat.com>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 de9c9f86
......@@ -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");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册