linux-pinenote/drivers/base/regmap
Stephen Warren a21361b9b9 regmap: fix compile errors in regmap-irq.c due to stride changes
Commit f01ee60fff ("regmap: implement register striding") caused the
compile errors below. Fix them.

drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock':
drivers/base/regmap/regmap-irq.c:62:12: error: 'map' undeclared (first use in this function)
drivers/base/regmap/regmap-irq.c:62:12: note: each undeclared identifier is reported only once for each function it appears in
drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_enable':
drivers/base/regmap/regmap-irq.c:77:37: error: 'map' undeclared (first use in this function)
drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_disable':
drivers/base/regmap/regmap-irq.c:85:37: error: 'map' undeclared (first use in this function)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-04-13 11:29:22 +01:00
..
internal.h regmap: implement register striding 2012-04-13 11:29:21 +01:00
Kconfig regmap: add MMIO bus support 2012-04-13 11:29:16 +01:00
Makefile regmap: add MMIO bus support 2012-04-13 11:29:16 +01:00
regcache-lzo.c regmap: implement register striding 2012-04-13 11:29:21 +01:00
regcache-rbtree.c regmap: implement register striding 2012-04-13 11:29:21 +01:00
regcache.c regmap: implement register striding 2012-04-13 11:29:21 +01:00
regmap-debugfs.c regmap: implement register striding 2012-04-13 11:29:21 +01:00
regmap-i2c.c regmap: introduce explicit bus_context for bus callbacks 2012-04-13 11:29:15 +01:00
regmap-irq.c regmap: fix compile errors in regmap-irq.c due to stride changes 2012-04-13 11:29:22 +01:00
regmap-mmio.c regmap: implement register striding 2012-04-13 11:29:21 +01:00
regmap-spi.c regmap: introduce explicit bus_context for bus callbacks 2012-04-13 11:29:15 +01:00
regmap.c regmap: implement register striding 2012-04-13 11:29:21 +01:00