Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH] mmc: fix missing module license declaration in of_..

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  Interested in placing a text ad on debian.org  
Author Message
Grant Likely

External


Since: May 02, 2007
Posts: 22



(Msg. 1) Posted: Wed Nov 04, 2009 3:20 am
Post subject: [PATCH] mmc: fix missing module license declaration in of_mmc_spi.c
Archived from groups: linux>kernel (more info?)

Driver cannot be used as a module without this patch.

Signed-off-by: Grant Likely <grant.likely DeleteThis @secretlab.ca>
---
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 <linux/mmc/core.h>
#include <linux/mmc/host.h>

+MODULE_LICENSE("GPL");
+
enum {
CD_GPIO = 0,
WP_GPIO,
--
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[PATCH/RFC] alternative aproach to: Ban module license tag.. - This patch changes the module license handling code to: - allow modules to have multiple licenses - access GPL symbols....

[S390] sclp_cpi module license. - From: Christian Borntraeger <cborntra@de.ibm.com> [S390] sclp_cpi module license. sclp_cpi is GPL. Make the mod...

Instead of GPL License - Why not LKL? (Linux Kernel License) - I've been somewhat following the GPL2 vs. GPL3 debate and the problem is that it leads to confusion. GPL3 is nothing..

[PATCH] UML - Get declaration of simple_strtoul - Include linux/kernel.h wherever simple_strtoul is used. This kills a compile warning in stderr_console.c and potential...

[PATCH -mm] remove dup_namespaces() declaration - Hello ! Here's a minor fix for merge-sys_clone-sys_unshare-nsproxy-and-namespace.patch dup_namespaces() does not..

[PATCH] old declaration ritchie style fix - Use consistent function declaration style. Note that this file is not compiled by make allyesconfig and its..
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]