]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: fix compile errors in regmap-irq.c due to stride changes
authorStephen Warren <swarren@nvidia.com>
Wed, 11 Apr 2012 05:37:22 +0000 (23:37 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 13 Apr 2012 10:29:22 +0000 (11:29 +0100)
commit6c3b8df9e28626ceef1eec1a6d3e211ca881c5c1
treecfae8ba307d6a59382628a88158c1d3ecb8aeae4
parent22a62f5e2e46b3a01d1f2f81478ed6461bf96e33
regmap: fix compile errors in regmap-irq.c due to stride changes

Commit 7ea1e82fada8 ("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>
drivers/base/regmap/regmap-irq.c