diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-22 15:25:50 +0900 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-06-01 15:48:12 +0200 |
commit | b3da97ee581387cd42dafd76eb2ac23f2335cd92 (patch) | |
tree | 748d517be49049b8c16c389b914c46c535c17a7f /drivers/infiniband | |
parent | 5fbf65d5c9c0fd2e5c6c48d69ce34b1c5415f2fd (diff) |
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 <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions