[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1323932049-24300-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Date: Thu, 15 Dec 2011 14:54:09 +0800
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Ashish Jangam <ashish.jangam@...tcummins.com>,
David Dajun Chen <dchen@...semi.com>
Cc: linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH] mfd: Declare da9052_regmap_config for the bus drivers
Fixes build failures.
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
---
include/linux/mfd/da9052/da9052.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h
index c8899ab..5702d1b 100644
--- a/include/linux/mfd/da9052/da9052.h
+++ b/include/linux/mfd/da9052/da9052.h
@@ -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 */
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists