From: Stephen Warren Date: Fri, 16 Mar 2012 20:54:23 +0000 (-0600) Subject: pinctrl: include to prevent compile errors X-Git-Tag: v3.4-rc4~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f11f6f1a0a717eb8bd0dadd101c4522b945c501;p=pandora-kernel.git pinctrl: include to prevent compile errors Macros in call ARRAY_SIZE(), the definition of which eventually calls BUILD_BUG_ON_ZERO(), which is defined in . Include that so that every .c file using the pinctrl macros doesn't have to do that itself. Signed-off-by: Stephen Warren Signed-off-by: Linus Walleij --- Reading git-diff-tree failed