summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-21 17:08:17 +0100
committerMark Brown <broonie@linaro.org>2013-08-21 17:08:17 +0100
commit4ff98c9eb833e506c4426389aa7843532c265390 (patch)
tree51b560830718d4597c0b1d4d7608cd9d7f457478
parentb36f4be3de1b123d8601de062e7dbfc904f305fb (diff)
parent3f0fa9a808f98fa10a18ba2a73f13d65fda990fb (diff)
downloadlinux-4ff98c9eb833e506c4426389aa7843532c265390.tar.gz
linux-4ff98c9eb833e506c4426389aa7843532c265390.tar.xz
Merge remote-tracking branch 'regmap/fix/header' into regmap-linus
-rw-r--r--include/linux/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 580a5320cc96..6d91fcb4c5cb 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -16,6 +16,7 @@
#include <linux/list.h>
#include <linux/rbtree.h>
#include <linux/err.h>
+#include <linux/bug.h>
struct module;
struct device;