From: Kevin Hilman Date: Wed, 14 Aug 2013 23:05:02 +0000 (-0700) Subject: regmap: Add another missing header for !CONFIG_REGMAP stubs X-Git-Tag: v3.11~17^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0fa9a808f98fa10a18ba2a73f13d65fda990fb;p=pandora-kernel.git regmap: Add another missing header for !CONFIG_REGMAP stubs 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 Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed