From: Geert Uytterhoeven Date: Thu, 12 Mar 2015 10:09:13 +0000 (+0100) Subject: pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned long X-Git-Tag: omap-for-v4.2/o2_dc~138^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc70071550c2b8b1185d086b0f1954dfbc63aee2;p=pandora-kernel.git pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned long Register and field widths are in the range 1..32. Storing them in the pinctrl data in (arrays of) unsigned long wastes space. This decreases the size of a (32-bit) shmobile_defconfig kernel supporting 7 SoCs by 26460 bytes. Signed-off-by: Geert Uytterhoeven Acked-by: Laurent Pinchart Signed-off-by: Linus Walleij --- Reading git-diff-tree failed