hwrng: bcm2835: fix MODULE_LICENSE tag
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 13:39:50 +0000 (15:39 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Jun 2013 15:52:20 +0000 (17:52 +0200)
commit22e8099f4f6621b8d165e238cdef2a1cf655e159
tree7c49b73bf4e0169fcb996c2b8d4b946784ac6e57
parent85529d14d58a89eacec468b1873bf4fe171247b3
hwrng: bcm2835: fix MODULE_LICENSE tag

The MODULE_LICENSE macro invocation must use either "GPL" or "GPL v2",
but not "GPLv2" in order to be detected by the module loader.

This fixes the allmodconfig build error:

FATAL: modpost: GPL-incompatible module bcm2835-rng.ko uses GPL-only symbol 'platform_driver_unregister'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Cc: Dom Cobley <popcornmix@gmail.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Matt Mackall <mpm@selenic.com>
Cc: linux-rpi-kernel@lists.infradead.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/bcm2835-rng.c