]> Pileus Git - ~andy/linux/commitdiff
regmap: Add another missing header for !CONFIG_REGMAP stubs
authorKevin Hilman <khilman@linaro.org>
Wed, 14 Aug 2013 23:05:02 +0000 (16:05 -0700)
committerMark Brown <broonie@linaro.org>
Thu, 15 Aug 2013 11:08:55 +0000 (12:08 +0100)
The use of WARN_ON() needs the definitions from bug.h, without it
you can get:

include/linux/regmap.h: In function 'regmap_write':
include/linux/regmap.h:525:2: error: implicit declaration of function 'WARN_ONCE' [-Werror=implicit-function-declaration]

Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
include/linux/regmap.h

index 580a5320cc96afd21807cddaaa40bdff47694d5d..6d91fcb4c5cb9dec57a043282150895d567f2601 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/list.h>
 #include <linux/rbtree.h>
 #include <linux/err.h>
+#include <linux/bug.h>
 
 struct module;
 struct device;