Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763557Ab3ECUk1 (ORCPT ); Fri, 3 May 2013 16:40:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61586 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763233Ab3ECUkZ (ORCPT ); Fri, 3 May 2013 16:40:25 -0400 Date: Fri, 3 May 2013 16:40:09 -0400 From: Dave Jones To: Linux Kernel Cc: rusty@rustcorp.com.au, mst@redhat.com Subject: Add missing module license tag to vring helpers. Message-ID: <20130503204009.GA29376@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , rusty@rustcorp.com.au, mst@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 27 [ 624.286653] vringh: module license 'unspecified' taints kernel. Signed-off-by: Dave Jones diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c index bff0775..5174eba 100644 --- a/drivers/vhost/vringh.c +++ b/drivers/vhost/vringh.c @@ -3,6 +3,7 @@ * * Since these may be in userspace, we use (inline) accessors. */ +#include #include #include #include @@ -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"); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/