diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-21 17:08:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-21 17:08:17 +0100 |
commit | 4ff98c9eb833e506c4426389aa7843532c265390 (patch) | |
tree | 51b560830718d4597c0b1d4d7608cd9d7f457478 | |
parent | b36f4be3de1b123d8601de062e7dbfc904f305fb (diff) | |
parent | 3f0fa9a808f98fa10a18ba2a73f13d65fda990fb (diff) | |
download | linux-4ff98c9eb833e506c4426389aa7843532c265390.tar.gz linux-4ff98c9eb833e506c4426389aa7843532c265390.tar.bz2 linux-4ff98c9eb833e506c4426389aa7843532c265390.zip |
Merge remote-tracking branch 'regmap/fix/header' into regmap-linus
-rw-r--r-- | include/linux/regmap.h | 1 |
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; |