mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Add missing license for ioapic module.
@ 2012-11-13  4:39 Andrew Cooks
  2012-11-13  7:33 ` Jan Beulich
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooks @ 2012-11-13  4:39 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Andrew Cooks, Bjorn Helgaas, open list:PCI SUBSYSTEM, open list

config PCI_IOAPIC turned into a tristate in commit b95a7bd700466c10fda84acbd33f70cf66ec91ce, but no module license is specified. This adds the missing module license.

Signed-off-by: Andrew Cooks <acooks@gmail.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.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-13 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13  4:39 [PATCH] Add missing license for ioapic module Andrew Cooks
2012-11-13  7:33 ` Jan Beulich
2012-11-13 18:59   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®