From: Masahiro Yamada Date: Fri, 22 May 2015 06:25:50 +0000 (+0900) Subject: pinctrl: use "const struct ..." rather than "struct ... const" X-Git-Tag: omap-for-v4.3/legacy-v2-signed~161^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3da97ee581387cd42dafd76eb2ac23f2335cd92;p=pandora-kernel.git pinctrl: use "const struct ..." rather than "struct ... const" Only this member, pins, is defined as "struct ... const *", but the others in this struct, pinlops, pmxops, confops, etc. are defined as "const struct ... *". Swap the "struct pinctrl_pin_desc" and "const" for consistency. Signed-off-by: Masahiro Yamada Signed-off-by: Linus Walleij --- Reading git-diff-tree failed