From: Stephen Warren Date: Thu, 11 Aug 2011 17:59:10 +0000 (-0600) Subject: regmap: Specify a module license X-Git-Tag: v3.1-rc3~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33f9cbd67ba1a1c46879ec66467269f09cde8e5;p=pandora-kernel.git regmap: Specify a module license CONFIG_REGMAP_I2C/SPI are set to m when selected by a tristate config option that's set to m. The regmap modules don't specify a license, so fail to link to regmap_init at load time, since that is EXPORT_SYMBOL_GPL. Fix this by specifying a license for the regmap modules. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed