From: Arnd Bergmann Date: Fri, 31 May 2013 22:22:42 +0000 (+0200) Subject: hwrng: bcm2835 - fix MODULE_LICENSE tag X-Git-Tag: v3.11-rc1~82^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046174d766ad40148ecf3564755055fd91ed2569;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 Cc: Dom Cobley Cc: Lubomir Rintel Cc: Stephen Warren Cc: Matt Mackall Cc: linux-rpi-kernel@lists.infradead.org Acked-by: Lubomir Rintel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed