Browse Source

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>
Greg Kroah-Hartman 13 years ago
parent
commit
005c3b13e5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      drivers/staging/csr/csr_util.c

+ 4 - 0
drivers/staging/csr/csr_util.c

@@ -437,3 +437,7 @@ CsrBool CsrIsSpace(CsrUint8 c)
             return FALSE;
     }
 }
+
+MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction");
+MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
+MODULE_LICENSE("GPL and additional rights");