From: Tomasz Figa Date: Tue, 23 Sep 2014 19:05:39 +0000 (+0200) Subject: pinctrl: samsung: Constify samsung_pin_bank_type struct X-Git-Tag: omap-for-v3.20/drop-legacy-3517~132^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ce944bed8a849a9b83b4e66f0e6e4abc16c457;p=pandora-kernel.git pinctrl: samsung: Constify samsung_pin_bank_type struct This structure is not intended to be modified at runtime and functions as constant data shared between multiple pin banks. This patch makes all instances of it constant across the driver. Signed-off-by: Tomasz Figa --- Reading git-diff-tree failed