From: Laurent Pinchart Date: Wed, 10 Sep 2014 21:55:55 +0000 (+0300) Subject: pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocation X-Git-Tag: fixes-for-v3.18-merge-window~33^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a332c96c29c84cd9205c29dfa1add4667456059;p=pandora-kernel.git pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocation The SoC data structure allocated at init time only holds a regulator pointer that is only used in the init function. Replace it with a local variable and get rid of the SoC data structure allocation altogether. Signed-off-by: Laurent Pinchart Acked-by: Geert Uytterhoeven Signed-off-by: Linus Walleij --- Reading git-diff-tree failed