linux-stable/drivers/base/regmap
Stephen Warren b33f9cbd67 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 <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-08-12 10:42:02 +09:00
..
Kconfig regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
Makefile regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
regmap-i2c.c regmap: Specify a module license 2011-08-12 10:42:02 +09:00
regmap-spi.c regmap: Specify a module license 2011-08-12 10:42:02 +09:00
regmap.c regmap: Fix bulk reads 2011-07-24 22:44:51 +01:00