From patchwork Mon Apr 11 13:56:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Winkler, Tomas" X-Patchwork-Id: 698121 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3BDuRs8014787 for ; Mon, 11 Apr 2011 13:56:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751395Ab1DKN4V (ORCPT ); Mon, 11 Apr 2011 09:56:21 -0400 Received: from mga11.intel.com ([192.55.52.93]:42483 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969Ab1DKN4U (ORCPT ); Mon, 11 Apr 2011 09:56:20 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 11 Apr 2011 06:56:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,339,1299484800"; d="scan'208";a="677586630" Received: from jrlmcp01.jer.intel.com ([10.12.224.25]) by fmsmga002.fm.intel.com with ESMTP; 11 Apr 2011 06:56:18 -0700 From: Tomas Winkler To: mcgrof@gmail.com, lrodriguez@atheros.com, hauke@hauke-m.de Cc: linux-wireless@vger.kernel.org, Tomas Winkler Subject: [compat 1/1] compat: add license and other module params to kfifo Date: Mon, 11 Apr 2011 16:56:15 +0300 Message-Id: <1302530175-24451-1-git-send-email-tomas.winkler@intel.com> X-Mailer: git-send-email 1.7.4.2 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 11 Apr 2011 13:56:27 +0000 (UTC) The module taints the kernel if the license is not specified Add also module description Signed-off-by: Tomas Winkler --- compat/kfifo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compat/kfifo.c b/compat/kfifo.c index 01a0700..7890662 100644 --- a/compat/kfifo.c +++ b/compat/kfifo.c @@ -27,6 +27,8 @@ #include #include +MODULE_DESCRIPTION("kfifo backport"); +MODULE_LICENSE("GPL"); /* * internal helper to calculate the unused elements in a fifo */