Commit 005c3b13 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarLauri 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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 95edd09e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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");