From: Uwe Kleine-König Date: Fri, 8 Aug 2014 06:56:30 +0000 (+0200) Subject: cpufreq: arm_big_little: fix module license spec X-Git-Tag: omap-for-v3.17/fixes-against-rc2~56^2~1^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c8bbaf67b157017929703a5eea7e83525b147c;p=pandora-kernel.git cpufreq: arm_big_little: fix module license spec Having no license specification in a module taints the kernel during load with: arm_big_little: module license 'unspecified' taints kernel. and also the linker doesn't allow it to make use of GPL-exported symbols which in this case also results in errors like: arm_big_little: Unknown symbol cpufreq_register_driver (err 0) . The header of the driver specifies a GPL v2 license, so note that accordingly. While at it also add a description and an author and fix the license in a companion file to explicit v2. Reported-by: Andreas Schwab Acked-by: Viresh Kumar Signed-off-by: Uwe Kleine-König Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed