commit | 200d0177b4623cf218239ad7a21466459c174bff | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jan 03 19:00:20 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jan 09 19:56:58 2017 +0100 |
tree | 3b7bb4a74bf3c313eb9a4bb9edce1bf7202fbd0d | |
parent | a79fead50f06886311f37777d03b20b058749ce1 [diff] |
gpio: devres: Use global array of gpio suffixes We have already a global array of possible GPIO suffixes. Use it here instead of another copy of them. Unfortunately this will not reduce the memory footprint, though allows to easy maintain list in only one place. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>