]> Pileus Git - ~andy/linux/commit
hwrng: bcm2835 - fix MODULE_LICENSE tag
authorArnd Bergmann <arnd@arndb.de>
Fri, 31 May 2013 22:22:42 +0000 (00:22 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Jun 2013 06:44:21 +0000 (14:44 +0800)
commit046174d766ad40148ecf3564755055fd91ed2569
tree3dc30aa6074fea81c9fb6e695a007da35df0b427
parentbeca35d05cc224d7434b0d1b5911c7b25febd336
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>
Cc: Dom Cobley <popcornmix@gmail.com>
Cc: Lubomir Rintel <lkundrak@v3.sk>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Matt Mackall <mpm@selenic.com>
Cc: linux-rpi-kernel@lists.infradead.org
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/bcm2835-rng.c