Commit dd271e16 authored by George G. Davis's avatar George G. Davis Committed by Russell King

[ARM PATCH] 2188/1: Add missing MODULE_LICENSE declaration in PXA Lubbock PCMCIA driver

Patch from George G. Davis

The Lubbock PCMCIA socket driver, drivers/pcmcia/pxa2xx_lubbock.c,
lacks a MODULE_LICENSE declaration. This patch merely adds the missing
MODULE_LICENSE declaration to eliminate tainted kernel warnings when
this driver is built as a module. I have intentionally not used the
Dual MPL/GPL license in this case because 1) current linux-2.6.10-rc1
PXA PCMCIA drivers use only the GPL license, 2) the original source
files on which the PXA PCMCIA drivers are based, i.e. the SA11xx PCMCIA
drivers, state: "If you wish to allow the use of your version of this
file only under the terms of the GPL and not to allow others to use your
version of this file under the MPL, indicate your decision by deleting
the provisions above and replace them with the notice and other
provisions required by the GPL."


Signed-off-by:: George G. Davis 
parent 91a5dcd8
...@@ -265,3 +265,5 @@ int __init pcmcia_lubbock_init(struct sa1111_dev *sadev) ...@@ -265,3 +265,5 @@ int __init pcmcia_lubbock_init(struct sa1111_dev *sadev)
return ret; return ret;
} }
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment