diff options
author | 2013-08-06 19:50:34 +0100 | |
---|---|---|
committer | 2013-08-06 19:50:34 +0100 | |
commit | 4f57f8ec238db29c5dd4ce42a6c0fbb2956a6645 (patch) | |
tree | 68f37a751f5aaf488ebc23f575fd7a2e624be402 | |
parent | regmap: cache: Make sure to sync the last register in a block (diff) | |
parent | regmap: Add missing header for !CONFIG_REGMAP stubs (diff) | |
download | wireguard-linux-4f57f8ec238db29c5dd4ce42a6c0fbb2956a6645.tar.xz wireguard-linux-4f57f8ec238db29c5dd4ce42a6c0fbb2956a6645.zip |
Merge remote-tracking branch 'regmap/fix/disable' into regmap-linus
Diffstat (limited to '')
-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 75981d0b57dc..580a5320cc96 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -15,6 +15,7 @@ #include <linux/list.h> #include <linux/rbtree.h> +#include <linux/err.h> struct module; struct device; |