Merge remote-tracking branch 'regulator/fix/core' into regulator-linus

This commit is contained in:
Mark Brown 2014-10-27 11:26:23 +00:00
commit f3d5c5d8aa

View file

@ -35,6 +35,8 @@
#ifndef __LINUX_REGULATOR_CONSUMER_H_ #ifndef __LINUX_REGULATOR_CONSUMER_H_
#define __LINUX_REGULATOR_CONSUMER_H_ #define __LINUX_REGULATOR_CONSUMER_H_
#include <linux/err.h>
struct device; struct device;
struct notifier_block; struct notifier_block;
struct regmap; struct regmap;