aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-27 07:26:23 -0400
committerMark Brown <broonie@kernel.org>2014-10-27 07:26:23 -0400
commitf3d5c5d8aa97d8b157337f49cbda585427920486 (patch)
tree67f5a7aa3384f46a0a871c82aa3a1039eee9b051
parentcac7f2429872d3733dc3f9915857b1691da2eb2f (diff)
parent174e964ec224c3c591b83a6b5f0984d905d3678f (diff)
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
-rw-r--r--include/linux/regulator/consumer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h
index d347c805f923..f540b1496e2f 100644
--- a/include/linux/regulator/consumer.h
+++ b/include/linux/regulator/consumer.h
@@ -35,6 +35,8 @@
35#ifndef __LINUX_REGULATOR_CONSUMER_H_ 35#ifndef __LINUX_REGULATOR_CONSUMER_H_
36#define __LINUX_REGULATOR_CONSUMER_H_ 36#define __LINUX_REGULATOR_CONSUMER_H_
37 37
38#include <linux/err.h>
39
38struct device; 40struct device;
39struct notifier_block; 41struct notifier_block;
40struct regmap; 42struct regmap;