From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gx0-f228.google.com (mail-gx0-f228.google.com [209.85.217.228]) by ozlabs.org (Postfix) with ESMTP id A419AB7BC3 for ; Wed, 4 Nov 2009 17:34:43 +1100 (EST) Received: by gxk28 with SMTP id 28so699991gxk.9 for ; Tue, 03 Nov 2009 22:34:42 -0800 (PST) Sender: Grant Likely From: Grant Likely To: Pierre Ossman , Anton Vorontsov , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH] mmc: fix missing module license declaration in of_mmc_spi.c Date: Tue, 3 Nov 2009 23:34:04 -0700 Message-Id: <1257316444-7385-1-git-send-email-grant.likely@secretlab.ca> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Driver cannot be used as a module without this patch. Signed-off-by: Grant Likely --- drivers/mmc/host/of_mmc_spi.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c index fb2921f..644f67e 100644 --- a/drivers/mmc/host/of_mmc_spi.c +++ b/drivers/mmc/host/of_mmc_spi.c @@ -22,6 +22,8 @@ #include #include +MODULE_LICENSE("GPL"); + enum { CD_GPIO = 0, WP_GPIO, -- 1.6.3.3