]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- add license to ioapi.c which now can be module (and is module)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Dec 2012 16:13:28 +0000 (17:13 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Dec 2012 16:13:28 +0000 (17:13 +0100)
kernel-small_fixes.patch

index 7c63a1ab0afe9d9930b4b267fa2fb3612a0a43d8..324fe593ad63f532382c1a539a87cfec05a4faab 100644 (file)
@@ -637,3 +637,31 @@ index a5a16cc..71594a0 100644
 -- 
 1.7.11.7
 
+From eba48cd0f05ff7a2f82291feae169c14b61b29af Mon Sep 17 00:00:00 2001
+From: Andrew Cooks <acooks@gmail.com>
+Date: Tue, 13 Nov 2012 12:39:07 +0800
+Subject: [PATCH] PCI: Add GPL license for drivers/pci/ioapic module
+
+Config PCI_IOAPIC turned into a tristate in commit b95a7bd70046, but no
+module license is specified.  This adds the missing module license.
+
+Signed-off-by: Andrew Cooks <acooks@gmail.com>
+Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
+Acked-by: Jan Beulich <jbeulich@suse.com>
+---
+ drivers/pci/ioapic.c |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c
+index 205af8d..22436f7 100644
+--- a/drivers/pci/ioapic.c
++++ b/drivers/pci/ioapic.c
+@@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)
+ module_init(ioapic_init);
+ module_exit(ioapic_exit);
++
++MODULE_LICENSE("GPL");
+-- 
+1.7.6.5
+
This page took 0.064724 seconds and 4 git commands to generate.