As a result of exporting the 
bd70528 specific locking functions
we no longer need struct 
bd70528. Remove references to
struct 
bd70528 from 
bd70528 regulator.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
 
 
 static int bd70528_probe(struct platform_device *pdev)
 {
-       struct bd70528 *bd70528;
+       struct rohm_regmap_dev *bd70528;
        int i;
        struct regulator_config config = {
                .dev = pdev->dev.parent,
                return -EINVAL;
        }
 
-       config.regmap = bd70528->chip.regmap;
+       config.regmap = bd70528->regmap;
 
        for (i = 0; i < ARRAY_SIZE(bd70528_desc); i++) {
                struct regulator_dev *rdev;