From: Arnd Bergmann Date: Tue, 23 Apr 2013 13:39:50 +0000 (+0200) Subject: hwrng: bcm2835: fix MODULE_LICENSE tag X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~73^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e8099f4f6621b8d165e238cdef2a1cf655e159;p=pandora-kernel.git 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 Acked-by: Lubomir Rintel Cc: Dom Cobley Cc: Stephen Warren Cc: Matt Mackall Cc: linux-rpi-kernel@lists.infradead.org Cc: Herbert Xu --- Reading git-diff-tree failed