diff options
author | 2013-08-21 17:08:17 +0100 | |
---|---|---|
committer | 2013-08-21 17:08:17 +0100 | |
commit | 4ff98c9eb833e506c4426389aa7843532c265390 (patch) | |
tree | 51b560830718d4597c0b1d4d7608cd9d7f457478 | |
parent | Linux 3.11-rc6 (diff) | |
parent | regmap: Add another missing header for !CONFIG_REGMAP stubs (diff) | |
download | wireguard-linux-4ff98c9eb833e506c4426389aa7843532c265390.tar.xz wireguard-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; |