From: Stephen Warren Date: Fri, 16 Mar 2012 20:54:23 +0000 (-0600) Subject: pinctrl: include to prevent compile errors X-Git-Tag: v3.5-rc1~176^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f099d0fcb33073a1f1f10402a16b28602e20f2;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