Staging: csr: provide a MODULE_LICENSE for csr_helper.ko
I forgot a license for the csr_helper module, so it would not properly load as it depends on other GPL-only symbols. Reported-by: Lauri Hintsala <lauri.hintsala@bluegiga.com> Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
95edd09ec3
commit
005c3b13e5
1 changed files with 4 additions and 0 deletions
|
@ -437,3 +437,7 @@ CsrBool CsrIsSpace(CsrUint8 c)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction");
|
||||||
|
MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
|
||||||
|
MODULE_LICENSE("GPL and additional rights");
|
||||||
|
|
Loading…
Add table
Reference in a new issue