Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Andrew Cooks <acooks@gmail.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Andrew Cooks <acooks@gmail.com>,
	Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI SUBSYSTEM),
	linux-pci@vger.kernel.org (open list:PCI SUBSYSTEM),
	linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] Add missing license for ioapic module.
Date: Tue, 13 Nov 2012 12:39:07 +0800	[thread overview]
Message-ID: <1352781547-9433-1-git-send-email-acooks@gmail.com> (raw)

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


             reply	other threads:[~2012-11-13  4:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13  4:39 Andrew Cooks [this message]
2012-11-13  7:33 ` [PATCH] Add missing license for ioapic module Jan Beulich
2012-11-13 18:59   ` Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352781547-9433-1-git-send-email-acooks@gmail.com \
    --to=acooks@gmail.com \
    --cc=JBeulich@suse.com \
    --cc=bhelgaas@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox