diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-03-27 16:29:44 -0700 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-05 16:30:31 -0500 |
commit | 1b31a143450ea9b5e6168f3b21a02c4a6a63ad01 (patch) | |
tree | e7ce5d9724964d29bddcb9850a57ac6055860b35 /drivers/xen/xenbus | |
parent | c3676e8462009d84dce89a454956460de3bfdca7 (diff) | |
download | linux-3.10-1b31a143450ea9b5e6168f3b21a02c4a6a63ad01.tar.gz linux-3.10-1b31a143450ea9b5e6168f3b21a02c4a6a63ad01.tar.bz2 linux-3.10-1b31a143450ea9b5e6168f3b21a02c4a6a63ad01.zip |
xen/xenbus: make frontend bus GPL
Make sure frontend xenbus has a GPL module license, so it can access
all the xenbus symbols exported GPL only.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
[corresponds to 525cbc8adcb5 in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xenbus')
-rw-r--r-- | drivers/xen/xenbus/xenbus_probe_frontend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/xenbus_probe_frontend.c b/drivers/xen/xenbus/xenbus_probe_frontend.c index ccd201f4792..3a423652476 100644 --- a/drivers/xen/xenbus/xenbus_probe_frontend.c +++ b/drivers/xen/xenbus/xenbus_probe_frontend.c @@ -293,3 +293,5 @@ static int __init boot_wait_for_devices(void) late_initcall(boot_wait_for_devices); #endif + +MODULE_LICENSE("GPL"); |