From: Tomasz Figa Date: Tue, 23 Sep 2014 19:05:40 +0000 (+0200) Subject: pinctrl: samsung: Constify samsung_pin_ctrl struct X-Git-Tag: omap-for-v3.20/drop-legacy-3517~132^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf00d7a6dbff0a29eff4f8c022653b2bc9f5b97;p=pandora-kernel.git pinctrl: samsung: Constify samsung_pin_ctrl struct In order to separate initialization constants from runtime data, this patch modifies the driver to store only constant data in samsung_pin_ctrl struct and copy data required at runtime to samsung_pinctrl_drv_data struct. This makes it possible to mark all existing instances of samsung_pin_ctrl struct as const and __initconst. Signed-off-by: Tomasz Figa --- Reading git-diff-tree failed