linux-stable/drivers/base/regmap
Stephen Rothwell b5ddbf465f regmap: using module facilities requires module.h
Commit b33f9cbd67 ("regmap: Specify a module license") added a
MODULES_LICENSE to this file without adding an include of module.h.

module.h should have been included anyway, since this file has
EXPORT_SYMBOLs as well.  With the pending module.h split up, this would
probably have caused build problems.

Cc: Stephen Warren <swarren@nvidia.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-08-15 19:28:17 -07: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: using module facilities requires module.h 2011-08-15 19:28:17 -07:00
regmap.c regmap: Fix bulk reads 2011-07-24 22:44:51 +01:00