Skip to content

Commit

Permalink
mfd: Declare da9052_regmap_config for the bus drivers
Browse files Browse the repository at this point in the history
Fixes build failures.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 15, 2011
1 parent 704867e commit 3c8bedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/mfd/da9052/da9052.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ static inline int da9052_reg_update(struct da9052 *da9052, unsigned char reg,
int da9052_device_init(struct da9052 *da9052, u8 chip_id);
void da9052_device_exit(struct da9052 *da9052);

extern struct regmap_config da9052_regmap_config;

#endif /* __MFD_DA9052_DA9052_H */

0 comments on commit 3c8bedb

Please sign in to comment.